1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-21 17:36:44 +02:00
uptime-kuma/config/jest-backend.config.js
2021-10-13 02:53:59 +08:00

6 lines
87 B
JavaScript

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