0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-24 11:37:39 +01:00
uptime-kuma/config/jest-frontend.config.js

6 lines
88 B
JavaScript
Raw Normal View History

2021-10-08 09:11:50 +02:00
module.exports = {
2021-10-12 20:53:59 +02:00
"rootDir": "..",
2021-10-08 09:11:50 +02:00
"testRegex": "./test/frontend.spec.js",
};