X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fabstract%2Fabstract-pool.test.js;h=a5976d99d88d16d381d2e82cd56889ec91539d91;hb=ddc35f92c712f38d9cfd79fd558cf80c0e031219;hp=812509513bffee46808b739d1fb7422e8c8eb3b7;hpb=fd98bbb90c7202f5dd734c029f3cee2f997aea24;p=poolifier.git diff --git a/tests/pools/abstract/abstract-pool.test.js b/tests/pools/abstract/abstract-pool.test.js index 81250951..a5976d99 100644 --- a/tests/pools/abstract/abstract-pool.test.js +++ b/tests/pools/abstract/abstract-pool.test.js @@ -23,6 +23,10 @@ describe('Abstract pool test suite', () => { } } + afterEach(() => { + sinon.restore() + }) + it('Simulate pool creation from a non main thread/process', () => { expect( () =>