You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using nock-vcr-recorder and nock on different test suites, but in the same execution. The first time nock-vcr-recorder runs (or has { mode: 'all' }), subsequent nock('...') fails. It seems like something has not been closed at the first vcr run and it doesn't allow nock to work.
The text was updated successfully, but these errors were encountered:
I reopened because maybe there's a better solution to be implemented inside nock-vcr-recorder.
I've also submitted an issue on nock repo: nock/nock#666
I'm using nock-vcr-recorder and nock on different test suites, but in the same execution. The first time nock-vcr-recorder runs (or has
{ mode: 'all' }
), subsequentnock('...')
fails. It seems like something has not been closed at the first vcr run and it doesn't allow nock to work.The text was updated successfully, but these errors were encountered: