Skip to content

RedTn/nock-memory-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nock memory leak

node version: 16.10.0 yarn version: 1.22.19

yarn install yarn test

comment out

const nock = require('nock');

...

afterAll(() => {
    nock.cleanAll();
    nock.restore();
});

and tests pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published