We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f2b54 commit 151bdd0Copy full SHA for 151bdd0
package.json
@@ -8,8 +8,7 @@
8
"start": "node index.js",
9
"prestart": "npm install",
10
"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"
+ "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"
13
},
14
"author": "",
15
"license": "ISC",
0 commit comments