added command to run tests continuously
This commit is contained in:
parent
a215d09340
commit
77d6763844
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "./node_modules/.bin/karma start --browsers PhantomJS",
|
||||||
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
|
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
|
||||||
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'",
|
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'",
|
||||||
"build": "./node_modules/.bin/webpack --progress",
|
"build": "./node_modules/.bin/webpack --progress",
|
||||||
|
|
Reference in a new issue