Skip to content

Commit fe52eca

Browse files
chore(package.json): watch test files by default
1 parent db373e9 commit fe52eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"postinstall": "bower install",
1717

1818
"start": "http-server -p 8000",
19-
"test": "karma start test/karma.conf.js --single-run",
19+
"test": "karma start test/karma.conf.js",
2020

2121
"update-webdriver": "webdriver-manager update",
2222
"protractor": "protractor test/protractor-conf.js",
23-
"test-watch": "karma start test/karma.conf.js",
23+
"test-single-run": "karma start test/karma.conf.js --single-run",
2424

2525
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
2626
}

0 commit comments

Comments
 (0)