Should be 'test/impact master'

This commit is contained in:
Futago-za Ryuu 2018-01-28 02:08:20 +00:00
parent 5476eca59f
commit a79757683f

View file

@ -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"