Update checked-in dependencies
This commit is contained in:
parent
7fdbca3ba3
commit
357e0ceaa9
360 changed files with 25673 additions and 917 deletions
4
node_modules/nock/lib/back.js
generated
vendored
4
node_modules/nock/lib/back.js
generated
vendored
|
|
@ -9,10 +9,9 @@ const {
|
|||
removeAll: cleanAll,
|
||||
} = require('./intercept')
|
||||
const { loadDefs, define } = require('./scope')
|
||||
|
||||
const { back: debug } = require('./debug')
|
||||
const { format } = require('util')
|
||||
const path = require('path')
|
||||
const debug = require('debug')('nock.back')
|
||||
|
||||
let _mode = null
|
||||
|
||||
|
|
@ -78,7 +77,6 @@ function Back(fixtureName, options, nockedFn) {
|
|||
}
|
||||
|
||||
debug('context:', context)
|
||||
|
||||
// If nockedFn is a function then invoke it, otherwise return a promise resolving to nockDone.
|
||||
if (typeof nockedFn === 'function') {
|
||||
nockedFn.call(context, nockDone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue