Skip to content

Commit 9a5cbbd

Browse files
authored
Merge pull request #32 from LearningLocker/renovate/mocha-4.x
chore(deps): update dependency mocha to v4
2 parents f674ce5 + a644c5b commit 9a5cbbd

File tree

2 files changed

+49
-134
lines changed

2 files changed

+49
-134
lines changed

package-lock.json

Lines changed: 47 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"acp": "git add -A && npm run commit && git push",
1818
"commit": "git-cz",
1919
"build": "tsc",
20-
"test": "mocha dist/**/*.test.js",
20+
"test": "mocha dist/**/*.test.js --exit",
2121
"cover": "nyc --lines 95 --check-coverage npm run test",
2222
"clean": "rimraf dist",
2323
"lint": "tslint --project ./tsconfig.json -c ./tslint.json",
@@ -41,7 +41,7 @@
4141
"cz-conventional-changelog": "2.0.0",
4242
"jscpd": "0.6.15",
4343
"lodash": "4.17.4",
44-
"mocha": "3.5.3",
44+
"mocha": "4.0.1",
4545
"nyc": "11.3.0",
4646
"rimraf": "2.6.2",
4747
"semantic-release": "8.2.3",

0 commit comments

Comments
 (0)