Skip to content

Commit

Permalink
fix: tests params
Browse files Browse the repository at this point in the history
  • Loading branch information
avil13 committed Jan 13, 2021
1 parent 0285198 commit 9fade68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-sweetalert2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"files": ["src", "nuxt", "dist"],
"scripts": {
"build": "tsc -p .",
"test": "jest --no-cache",
"test": "jest --runInBand",
"test:watch": "jest --watch",
"test:coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"prepublish": "npm run test && npm run build && auto-changelog",
Expand Down

0 comments on commit 9fade68

Please sign in to comment.