npm test script
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m40s
Run unit tests / test (pull_request) Successful in 1m21s

This commit is contained in:
kenobi 2023-11-18 16:28:51 +01:00
parent 96189c2392
commit b1c581ca6e

View File

@ -34,7 +34,7 @@
"monitor": "nodemon build/index.js",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix",
"test": "jest",
"test": "jest --runInBand",
"test-watch": "jest --watch"
},
"devDependencies": {