without coverage

This commit is contained in:
Ulf Gebhardt 2021-11-04 00:16:44 +01:00
parent 9aecae227f
commit 33bbf4688a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -13,7 +13,7 @@
"start": "node build/index.js",
"dev": "nodemon -w src --ext ts --exec ts-node src/index.ts",
"lint": "eslint . --ext .js,.ts",
"test": "jest --coverage --runInBand"
"test": "jest --runInBand"
},
"dependencies": {
"@types/jest": "^27.0.2",