Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 06287dd

Browse files
committed
Update nock to 13.x
1 parent 3296918 commit 06287dd

File tree

2 files changed

+35
-75
lines changed

2 files changed

+35
-75
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-standard": "^3.0.1",
4848
"md5-file": "^3.2.3",
4949
"mocha": "^7.1.2",
50-
"nock": "^9.2.5",
50+
"nock": "^13",
5151
"should": "6.0.3",
5252
"typescript": "^2.8.3",
5353
"uuid": "^3.0.1"
@@ -58,7 +58,8 @@
5858
"test-live": "NOCK_OFF=true mocha",
5959
"test-live-verbose": "env DEBUG='*,-mocha:*' npm run test-live",
6060
"tslint": "tslint --project types",
61-
"type-check": "tsc --project types/tsconfig.json"
61+
"type-check": "tsc --project types/tsconfig.json",
62+
"mocha": "mocha"
6263
},
6364
"main": "./cloudant.js",
6465
"types": "types",

0 commit comments

Comments
 (0)