Skip to content

Commit 49cffaf

Browse files
authored
Merge pull request #50 from ember-cli-deploy/chore/update-mocha
Update mocha
2 parents e40fe38 + eceed8d commit 49cffaf

File tree

2 files changed

+291
-89
lines changed

2 files changed

+291
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A Build Plugin for ember-cli-deploy",
55
"scripts": {
66
"lint:js": "eslint .",
7-
"test": "mocha tests/**/*-test.js"
7+
"test": "mocha tests/**/*-test.js --exit"
88
},
99
"engines": {
1010
"node": "8.* || >= 10.*"
@@ -34,7 +34,7 @@
3434
"github": "^0.2.4",
3535
"glob": "^7.1.1",
3636
"loader.js": "^4.7.0",
37-
"mocha": "^3.2.0",
37+
"mocha": "^6.2.0",
3838
"multiline": "^1.0.2"
3939
},
4040
"keywords": [

0 commit comments

Comments
 (0)