Skip to content

Commit

Permalink
#9 added karma test:watch to st project
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Oct 8, 2017
1 parent 399033f commit d0af145
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"serve:dist": "node server.js --env=dist",
"start": "node server.js --env=dev",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "cross-env NODE_ENV=test karma start --autoWatch=true --singleRun=false",
"test:watch": "cross-env NODE_ENV=test karma start --no-colors --no-single-run",
"heroku-postbuild": "npm run dist"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions showprepper.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.tmLanguage"
},
{
"cmd": [
"npm.cmd",
"run",
"test:watch"
],
"name": "npm-run-test:watch",
"working_dir": "${project_path}"
},
{
"cmd": [
"npm.cmd",
Expand Down

0 comments on commit d0af145

Please sign in to comment.