uptime-kuma/config/jest.config.js
2021-10-13 02:53:59 +08:00

12 lines
210 B
JavaScript

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