uptime-kuma/jest-frontend.config.js

6 lines
87 B
JavaScript
Raw Normal View History

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