Bump typedoc from 0.20.29 to 0.20.30 (#256)
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 482ce5e39db81c3eb90b92808052a99790049873..5d6311b9b4b8b7d581531007803574d83935610b 100644 (file)
@@ -18,10 +18,7 @@ describe('Abstract pool test suite', () => {
   it('Simulate worker not found during increaseWorkersTask', () => {
     const pool = new StubPoolWithTasksMapClear(
       1,
-      './tests/worker-files/thread/testWorker.js',
-      {
-        errorHandler: e => console.error(e)
-      }
+      './tests/worker-files/thread/testWorker.js'
     )
     // Simulate worker not found.
     pool.removeAllWorker()