check if we can avoid memory limit without coverage report

This commit is contained in:
Ulf Gebhardt 2021-10-21 22:38:56 +02:00
parent 6504e54db1
commit eff239eeee
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"
"test": "jest"
},
"dependencies": {
"@types/jest": "^27.0.2",