1
0
Fork 0
mirror of synced 2024-06-14 16:35:02 +12:00

Updating server package to always generate coverage report but don't display as text.

This commit is contained in:
mike12345567 2021-03-02 17:42:32 +00:00
parent 68bb5d5062
commit 37211e4e9d

View file

@ -33,8 +33,7 @@
},
"scripts": {
"test": "jest --testPathIgnorePatterns=routes && npm run test:integration",
"test:integration": "jest routes --runInBand",
"test:coverage": "jest routes --runInBand --coverage",
"test:integration": "jest routes --runInBand --coverage",
"test:watch": "jest --watch",
"run:docker": "node src/index",
"dev:builder": "cross-env PORT=4001 nodemon src/index.js",
@ -54,6 +53,11 @@
"src/**/*.js",
"!**/node_modules/**",
"!src/db/views/*.js"
],
"coverageReporters": [
"lcov",
"json",
"clover"
]
},
"keywords": [