build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / echoWorker.mjs
index 04b6c9965f2b1b11e3a93d58499f8e02bec73cad..9a8ae66eb689ad731101e7bcc40f980d268a4210 100644 (file)
@@ -1,4 +1,4 @@
-import { KillBehaviors, ThreadWorker } from '../../../lib/index.js'
+import { KillBehaviors, ThreadWorker } from '../../../lib/index.cjs'
 
 /**
  *