uptime-kuma/config/jest-backend.config.js

6 lines
87 B
JavaScript
Raw Permalink Normal View History

2021-10-12 11:53:59 -07:00
module.exports = {
"rootDir": "..",
"testRegex": "./test/backend.spec.js",
};