Skip to content

Commit 151bdd0

Browse files
committed
Update: package.json
1 parent 49f2b54 commit 151bdd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"start": "node index.js",
99
"prestart": "npm install",
1010
"pretest": "npm install",
11-
"test:task1": "cross-env NODE_ENV=test PORT=8081 MOCHA_FILE=./output/task1.xml mocha --reporter mocha-multi-reporters --reporter-options configFile=config.json test/task1/*.js --exit",
12-
"test:task3": "cross-env NODE_ENV=test PORT=8081 MOCHA_FILE=./output/task3.xml mocha --reporter mocha-multi-reporters --reporter-options configFile=config.json test/task3/*.js --exit"
11+
"test:task1": "cross-env NODE_ENV=test PORT=8081 MOCHA_FILE=./output/task1.xml mocha --reporter mocha-multi-reporters --reporter-options configFile=config.json test/task1/*.js --exit"
1312
},
1413
"author": "",
1514
"license": "ISC",

0 commit comments

Comments
 (0)