build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / testMultipleTaskFunctionsWorker.mjs
index d559beb7e03baa53c14319fca7b4613b37c09cc6..94e548ef1464916d9c8ffd91b3685caeb34cf984 100644 (file)
@@ -1,9 +1,9 @@
-import { KillBehaviors, ThreadWorker } from '../../../lib/index.js'
+import { KillBehaviors, ThreadWorker } from '../../../lib/index.cjs'
 import {
   factorial,
   fibonacci,
   jsonIntegerSerialization
-} from '../../test-utils.js'
+} from '../../test-utils.cjs'
 
 export default new ThreadWorker(
   {