1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-12 10:13:46 +02:00
uptime-kuma/jest-frontend.config.js

6 lines
87 B
JavaScript
Raw Normal View History

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