Fix the 'test:watch' npm-script

This commit is contained in:
Nicolas Gallagher
2016-03-07 21:18:30 -08:00
parent b0f35f6c66
commit 4cd38552cd

View File

@@ -13,7 +13,7 @@
"lint": "eslint config examples src",
"prepublish": "npm run build && npm run build:umd",
"test": "karma start config/karma.config.js",
"test:watch": "npm run test:unit -- --no-single-run"
"test:watch": "npm run test -- --no-single-run"
},
"dependencies": {
"fbjs": "^0.7.2",