0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 11:47:30 +01:00
uptime-kuma/jest.config.js

12 lines
209 B
JavaScript
Raw Normal View History

2021-10-08 07:35:04 +02:00
module.exports = {
"verbose": true,
"preset": "jest-puppeteer",
"globals": {
"__DEV__": true
},
2021-10-08 09:11:50 +02:00
"testRegex": "./test/e2e.spec.js",
2021-10-08 07:35:04 +02:00
"rootDir": ".",
"testTimeout": 30000,
};