1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-26 03:52:28 +02:00
uptime-kuma/config/jest-frontend.config.js

6 lines
88 B
JavaScript
Raw Normal View History

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