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

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require(process.cwd() + "/tests/configs/default.js").configFactory({
let config = {
timeFormat: 12,
modules: [
@@ -25,7 +25,7 @@ let config = require(process.cwd() + "/tests/configs/default.js").configFactory(
}
}
]
});
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {