build(deps-dev): remove ts-standard
[poolifier.git] / tests / worker-files / thread / asyncWorker.mjs
index 4c52783f7bdb8df473b0b91ec1494f7c6c94bf1b..623d517d171a8f1fcf83b999182f60e803a52a97 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, 2000)