Merge branch 'master' into add-worker-test
[poolifier.git] / tests / pools / thread / fixed.test.js
index ff945a700f6bf6efe85359b260499597c3497a1c..755ccf4d4fa2aa12b0621344d1010af377431248 100644 (file)
@@ -6,8 +6,7 @@ const pool = new FixedThreadPool(
   numberOfThreads,
   './tests/worker-files/thread/testWorker.js',
   {
-    errorHandler: e => console.error(e),
-    onlineHandler: () => console.log('worker is online')
+    errorHandler: e => console.error(e)
   }
 )
 const emptyPool = new FixedThreadPool(