Skip to content

Commit

Permalink
- Fix travis ci runing "jest watchAll".
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc committed Dec 12, 2019
1 parent 79a8abe commit 3032cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"pubm": "vsce publish minor",
"test": "npx jest --watchAll"
"test": "npx jest --coverage",
"test-watch": "npx jest --watchAll"
},
"devDependencies": {
"@types/jest": "^24.0.23",
Expand Down

0 comments on commit 3032cf0

Please sign in to comment.