mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
12 lines
210 B
JavaScript
12 lines
210 B
JavaScript
module.exports = {
|
|
"verbose": true,
|
|
"preset": "jest-puppeteer",
|
|
"globals": {
|
|
"__DEV__": true
|
|
},
|
|
"testRegex": "./test/e2e.spec.js",
|
|
"rootDir": "..",
|
|
"testTimeout": 30000,
|
|
};
|
|
|