switched to running tests using karma-typescript

This commit is contained in:
alecmerdler 2017-01-19 02:10:00 -08:00
parent 8a9a2972ec
commit bee504d0ba
5 changed files with 10 additions and 13 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"version": "1.0.0",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Chrome",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"build": "./node_modules/.bin/webpack --progress -p -v",
"watch": "./node_modules/.bin/webpack --watch"
},
@ -47,6 +47,7 @@
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-typescript": "^2.1.6",
"karma-webpack": "^1.8.1",
"node-sass": "3.10.1",
"phantomjs-prebuilt": "^2.1.7",