Fix unit test running in linux environment
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master
Jonatan Nilsson 2022-01-21 12:40:01 +00:00
parent 726ac81eb3
commit f8adcbbc21
1 changed files with 1 additions and 1 deletions

View File

@ -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": {