mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-14 16:42:35 +02:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
module.exports = {
|
|
"rootDir": "..",
|
|
"testRegex": ["./test/backend.spec.js", "./server/.*.spec.js"],
|
|
};
|
|
|