build(deps-dev): apply updartes
[poolifier.git] / tests / worker-files / thread / longRunningWorkerSoftBehavior.mjs
index 6441a1837a6cbf127b236e632502460a77c2966d..4b7c15004d72b9e0a18d3e256d789e76156e0974 100644 (file)
@@ -1,9 +1,10 @@
-import { ThreadWorker } from '../../../lib/index.js'
-import { sleepTaskFunction } from '../../test-utils.js'
+import { ThreadWorker } from '../../../lib/index.cjs'
+import { sleepTaskFunction } from '../../test-utils.cjs'
 
 /**
  *
  * @param data
+ * @returns
  */
 async function sleep (data) {
   return sleepTaskFunction(data, 50000)