Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 317 Bytes

File metadata and controls

5 lines (3 loc) · 317 Bytes

Notes

Testing

Never use nock in tests. nock v14 uses @mswjs/interceptors under the hood and auto-activates MSW interceptors for the entire process on import — affecting all HTTP requests, even in tests that don't use nock at all. Use real local test servers via withServer / withServer.exec instead.