mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 20:38:18 +08:00
Add target to run tests continuously
Enables `npm run test:watch`
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "node server.js --env=dev",
|
||||
"test": "karma start",
|
||||
"test:watch": "karma start --singleRun=false",
|
||||
"posttest": "npm run lint",
|
||||
"serve": "node server.js --env=dev",
|
||||
"serve:dist": "node server.js --env=dist",
|
||||
|
||||
Reference in New Issue
Block a user