uptime-kuma/jest.config.js
2021-10-08 15:11:50 +08:00

12 lines
209 B
JavaScript

module.exports = {
"verbose": true,
"preset": "jest-puppeteer",
"globals": {
"__DEV__": true
},
"testRegex": "./test/e2e.spec.js",
"rootDir": ".",
"testTimeout": 30000,
};