Skip to content

Commit

Permalink
fix: test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wcat committed May 24, 2019
1 parent 7eb8980 commit 85b02ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"node:watch": "nodemon -e js,html --watch src node_modules/node-red/red.js --userDir ../devnodes ",
"test:watch": "mocha --watch test/ --growl --reporter=spec --inspect --timeout=0",
"doc": "compodoc -p tsconfig.json --output docs --name \"@mindconnect/node-red-contrib-mindconnect\" --theme material && cp -r images/ docs/ ",
"test": "npm run ts:build && nyc mocha --colors --reporter spec --timeout:5000 --exit",
"test-jenkins": "npm run ts:build && cross-env JUNIT_REPORT_PATH=./report.xml mocha --colors --reporter mocha-jenkins-reporter --timeout:5000 --exit ",
"test": "npm run ts:build && nyc mocha --colors --reporter spec --timeout=5000 --exit",
"test-jenkins": "npm run ts:build && cross-env JUNIT_REPORT_PATH=./report.xml mocha --colors --reporter mocha-jenkins-reporter --timeout=15000 --exit ",
"license": "license-checker --csv --onlyAllow \"Apache-2.0; Apache*; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0\" --production",
"license:summary": "license-checker --summary --onlyAllow \"Apache-2.0; Apache*; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0\" --production"
},
Expand Down

0 comments on commit 85b02ec

Please sign in to comment.