Skip to content

Commit 6edba75

Browse files
committed
🔧 config: add snapshot force updating
1 parent f021ea1 commit 6edba75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"lint": "eslint --fix --ext .js,.vue ./src",
7070
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
7171
"test": "npm run lint && npm run test:cover",
72-
"test:cover": "jest --coverage",
73-
"test:unit": "jest"
72+
"test:cover": "jest --coverage -u",
73+
"test:unit": "jest -u"
7474
}
7575
}

0 commit comments

Comments
 (0)