Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
2
node_modules/nock/README.md
generated
vendored
2
node_modules/nock/README.md
generated
vendored
|
|
@ -1005,7 +1005,7 @@ const scope = nock('http://example.com')
|
|||
.reply(200, 'Persisting all the way')
|
||||
```
|
||||
|
||||
Note that while a persisted scope will always intercept the requests, it is considered "done" after the first interception, and they are pushed to the bottom of the stack after consumption.
|
||||
Note that while a persisted scope will always intercept the requests, it is considered "done" after the first interception.
|
||||
|
||||
If you want to stop persisting an individual persisted mock you can call `persist(false)`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue