feat: use SMA and SMM for worker tasks usage
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 812509513bffee46808b739d1fb7422e8c8eb3b7..a5976d99d88d16d381d2e82cd56889ec91539d91 100644 (file)
@@ -23,6 +23,10 @@ describe('Abstract pool test suite', () => {
     }
   }
 
+  afterEach(() => {
+    sinon.restore()
+  })
+
   it('Simulate pool creation from a non main thread/process', () => {
     expect(
       () =>