Skip to content

Commit

Permalink
Add test:jasmine-webpack script
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultzanini committed Oct 26, 2017
1 parent 1077d96 commit 7c80ad6
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 @@ -94,7 +94,8 @@
"test:karma-chrome": "karma start --no-auto-watch --single-run --browsers=Chrome",
"test:karma-debug": "karma start --auto-watch --no-single-run --browsers=PhantomJS_debug",
"test:karma-dev": "karma start --auto-watch --no-single-run --capture",
"test:jasmine": "concurrently \"http-server -p 8085\" \"open http://localhost:8085/test/run.html\""
"test:jasmine": "concurrently \"http-server -p 8085\" \"open http://localhost:8085/test/run.html\"",
"test:jasmine-webpack": "concurrently \"http-server -p 8086\" \"open http://localhost:8086/test/run-webpack.html\""
},
"exclude": [
"report",
Expand Down

0 comments on commit 7c80ad6

Please sign in to comment.