fix: test for worker file existence
[poolifier.git] / tests / test-utils.js
index ba5e652d0abeb8ccb2f5d39af7336a54ed02c667..1fd59942c4e176a8b8a65e5d03adc5f999a93185 100644 (file)
@@ -72,6 +72,7 @@ const jsonIntegerSerialization = n => {
     }
     JSON.stringify(o)
   }
+  return { ok: 1 }
 }
 
 /**