Update checked-in dependencies
This commit is contained in:
parent
7fdbca3ba3
commit
357e0ceaa9
360 changed files with 25673 additions and 917 deletions
9
node_modules/nock/lib/interceptor.js
generated
vendored
9
node_modules/nock/lib/interceptor.js
generated
vendored
|
|
@ -248,14 +248,7 @@ module.exports = class Interceptor {
|
|||
}
|
||||
|
||||
match(req, options, body) {
|
||||
// check if the logger is enabled because the stringifies can be expensive.
|
||||
if (this.scope.logger.enabled) {
|
||||
this.scope.logger(
|
||||
'attempting match %s, body = %s',
|
||||
stringify(options),
|
||||
stringify(body),
|
||||
)
|
||||
}
|
||||
this.scope.logger('attempting match %j, body = %j', options, body)
|
||||
|
||||
const method = (options.method || 'GET').toUpperCase()
|
||||
let { path = '/' } = options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue