1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-02-18 08:12:40 +03:00
uptime-kuma/config/jest-backend.config.js
2021-10-13 02:53:59 +08:00

5 lines
87 B
JavaScript

module.exports = {
"rootDir": "..",
"testRegex": "./test/backend.spec.js",
};