0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-01 15:30:52 +01:00
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,
};