0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 08:42:40 +00:00

Make coverage command run in sequence too

This commit is contained in:
Trevor Buckner
2023-03-13 14:48:10 -04:00
parent 0a09cd9c67
commit f148014a93
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"verify": "npm run lint && npm test",
"test": "jest --runInBand",
"test:api-unit": "jest server/*.spec.js --verbose",
"test:coverage": "jest --coverage --silent",
"test:coverage": "jest --coverage --silent --runInBand",
"test:dev": "jest --verbose --watch",
"test:basic": "jest tests/markdown/basic.test.js --verbose",
"test:mustache-span": "jest tests/markdown/mustache-span.test.js --verbose",