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 e40fe38 commit eceed8dCopy full SHA for eceed8d
package.json
@@ -4,7 +4,7 @@
4
"description": "A Build Plugin for ember-cli-deploy",
5
"scripts": {
6
"lint:js": "eslint .",
7
- "test": "mocha tests/**/*-test.js"
+ "test": "mocha tests/**/*-test.js --exit"
8
},
9
"engines": {
10
"node": "8.* || >= 10.*"
@@ -34,7 +34,7 @@
34
"github": "^0.2.4",
35
"glob": "^7.1.1",
36
"loader.js": "^4.7.0",
37
- "mocha": "^3.2.0",
+ "mocha": "^6.2.0",
38
"multiline": "^1.0.2"
39
40
"keywords": [
0 commit comments