build(deps-dev): apply updates
[poolifier.git] / tests / worker-files / thread / longRunningWorkerHardBehavior.mjs
index 911ddb9ffdfc11542bb06a5dc7ae77bce6224867..3d58ab456caf19e18e7decb58e115f1f1cf8acc1 100644 (file)
@@ -1,9 +1,10 @@
-import { KillBehaviors, ThreadWorker } from '../../../lib/index.js'
-import { sleepTaskFunction } from '../../test-utils.js'
+import { KillBehaviors, ThreadWorker } from '../../../lib/index.cjs'
+import { sleepTaskFunction } from '../../test-utils.cjs'
 
 /**
  *
  * @param data
+ * @returns
  */
 async function sleep (data) {
   return sleepTaskFunction(data, 50000)