From 4cd38552cd7d063ee9f4f82a5b8919b52116c930 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 7 Mar 2016 21:18:30 -0800 Subject: [PATCH] Fix the 'test:watch' npm-script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 756b1108..24697a9a 100644 --- a/package.json +++ b/package.json @@ -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",