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