build(deps-dev): apply updates
[poolifier.git] / tests / worker-files / thread / asyncErrorWorker.mjs
index ff16bb6a87251d7e7315580eb620d478d018d943..9624b6d8e6fee51d20026af9f98f9a43dd472c4e 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 error (data) {
   return sleepTaskFunction(