build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / asyncErrorWorker.mjs
index c7c9371c565d6b9bcb486737bfd7414825e7cf82..9624b6d8e6fee51d20026af9f98f9a43dd472c4e 100644 (file)
@@ -1,5 +1,5 @@
-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'
 
 /**
  *