Fix unit test running in linux environment
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
726ac81eb3
commit
f8adcbbc21
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "lib.mjs",
|
||||
"scripts": {
|
||||
"dev": "nodemon --watch dev/api --watch core --watch runner.mjs --watch db.mjs --watch log.mjs runner.mjs | bunyan",
|
||||
"test": "eltro test/**/*.test.mjs -r dot",
|
||||
"test": "eltro 'test/**/*.test.mjs' -r dot",
|
||||
"test:watch": "npm-watch test"
|
||||
},
|
||||
"watch": {
|
||||
|
|
Loading…
Reference in a new issue