From a79757683fb0b9afa3ab721f54bb3df7540226bd Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 28 Jan 2018 02:08:20 +0000 Subject: [PATCH] Should be 'test/impact master' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94f6fd6..720734e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "build:parser": "gulp build:parser", "build:browser": "gulp build:browser", "clean": "gulp clean", - "test:impact": "node test/impact", + "test:impact": "node test/impact master", "test:server": "node test/server/run", "test": "nyc gulp", "coverage": "nyc report --reporter=text-lcov | coveralls"