Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 4.20: Add test:watch npm script
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent edf9eb8 commit 63a8e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,8 @@
"name": "socially",
"private": true,
"scripts": {
"start": "meteor run"
"start": "meteor run",
"test:watch": "meteor test --driver-package sanjo:jasmine"
},
"dependencies": {
"angular": "^1.5.3",
Expand Down

0 comments on commit 63a8e6d

Please sign in to comment.