-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #49
Conversation
c22e105
to
2469ac5
Compare
e27540c
to
31d2f77
Compare
package.json
Outdated
"nock": "^8.0.0", | ||
"nyc": "^8.1.0", | ||
"mocha": "^4.0.1", | ||
"nock": "^9.0.27", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe use version 9.1.0
?
package.json
Outdated
"nyc": "^8.1.0", | ||
"mocha": "^4.0.1", | ||
"nock": "^9.0.27", | ||
"nyc": "^11.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe use version 11.3.0
?
package.json
Outdated
@@ -72,7 +72,7 @@ | |||
"sourceMap": false | |||
}, | |||
"options": { | |||
"mocha": "--compilers js:babel-register --timeout 20000 --recursive --require should" | |||
"mocha": "--require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra space before --require @babel/polyfill
.
@@ -31,6 +31,10 @@ function obfuscateResponseBody(body, method) { | |||
*/ | |||
|
|||
function obfuscateResponse(request, instance) { | |||
if (request.type !== 'response') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separate commits for this and its tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
31d2f77
to
7a052db
Compare
Mostly upgrading babel@7.