mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-01 04:00:40 +00:00
7f4d5a0f76
Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Investigate error message Test: Attempt to fix tests Chore: Cleanup code Test: Attempt to fix tests Test: Attempt to fix tests
12 lines
263 B
JavaScript
12 lines
263 B
JavaScript
module.exports = {
|
|
"verbose": true,
|
|
"preset": "jest-puppeteer",
|
|
"globals": {
|
|
"__DEV__": true
|
|
},
|
|
"testRegex": "./test/e2e.spec.js",
|
|
"testEnvironment": "./config/jest-debug-env.js",
|
|
"rootDir": "..",
|
|
"testTimeout": 30000,
|
|
};
|
|
|