Update checked-in dependencies
This commit is contained in:
parent
e292db6207
commit
6b12e3d9d9
68 changed files with 714 additions and 202 deletions
4
node_modules/nock/lib/scope.js
generated
vendored
4
node_modules/nock/lib/scope.js
generated
vendored
|
|
@ -286,6 +286,10 @@ class Scope extends EventEmitter {
|
|||
this.date = d || new Date()
|
||||
return this
|
||||
}
|
||||
|
||||
clone() {
|
||||
return new Scope(this.basePath, this.scopeOptions)
|
||||
}
|
||||
}
|
||||
|
||||
function loadDefs(path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue