|
|
@@ -9,7 +9,7 @@
|
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
|
"nodemon": "node --watch app.js",
|
|
|
- "test:acceptance:_run": "mocha --recursive --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
+ "test:acceptance:_run": "mocha --recursive --timeout 15000 --exit --retries=$RETRIES $@ test/acceptance/js",
|
|
|
"test:unit:_run": "mocha --recursive --exit $@ test/unit/js",
|
|
|
"lint": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --max-warnings 0 --format unix .",
|
|
|
"lint:fix": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --fix .",
|