Skip to content

Commit

Permalink
Merge pull request #9 from petey/chore/update-mocha
Browse files Browse the repository at this point in the history
chore: update mocha
  • Loading branch information
petey authored Oct 31, 2020
2 parents a50e643 + c22773a commit 5c0589d
Show file tree
Hide file tree
Showing 2 changed files with 739 additions and 36 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Wrapper to retry function calls with an exponential backoff strategy",
"main": "index.js",
"scripts": {
"test": "jenkins-mocha tests/*",
"test": "nyc --reporter=lcov --reporter=text-summary mocha tests/*",
"lint": "eslint ."
},
"repository": {
Expand All @@ -29,6 +29,8 @@
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"jenkins-mocha": "^8.0.0",
"mocha": "^8.2.0",
"nyc": "^15.1.0",
"sinon": "^9.2.1"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit 5c0589d

Please sign in to comment.