move calendar tests from category electron to e2e

This commit is contained in:
Karsten Hassel
2021-10-04 22:48:21 +02:00
parent e4a0a517d5
commit 1d12e57606
14 changed files with 161 additions and 170 deletions

View File

@@ -114,8 +114,7 @@
],
"testPathIgnorePatterns": [
"<rootDir>/tests/electron/modules/mocks",
"<rootDir>/tests/electron/global-setup.js",
"<rootDir>/tests/electron/modules/basic-auth.js"
"<rootDir>/tests/electron/global-setup.js"
]
},
{
@@ -131,7 +130,8 @@
],
"testPathIgnorePatterns": [
"<rootDir>/tests/e2e/global-setup.js",
"<rootDir>/tests/e2e/mock-console.js"
"<rootDir>/tests/e2e/mock-console.js",
"<rootDir>/tests/e2e/modules/basic-auth.js"
]
}
]