We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f021ea1 commit 6edba75Copy full SHA for 6edba75
package.json
@@ -69,7 +69,7 @@
69
"lint": "eslint --fix --ext .js,.vue ./src",
70
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
71
"test": "npm run lint && npm run test:cover",
72
- "test:cover": "jest --coverage",
73
- "test:unit": "jest"
+ "test:cover": "jest --coverage -u",
+ "test:unit": "jest -u"
74
}
75
0 commit comments