mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 03:56:18 -04:00
move jest config files to config dir
This commit is contained in:
parent
11c3c636e0
commit
407581ee07
8 changed files with 40 additions and 6 deletions
5
config/jest-backend.config.js
Normal file
5
config/jest-backend.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
"rootDir": "..",
|
||||
"testRegex": "./test/backend.spec.js",
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue