build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / testWorker.mjs
index 618a9ac00c3be427f13e528b097fb449b758cb5a..8a74ae3a150111858ccdaf33b2e80f824b36fdf4 100644 (file)
@@ -1,6 +1,6 @@
-import { KillBehaviors, ThreadWorker } from '../../../lib/index.js'
-import { executeTaskFunction } from '../../test-utils.js'
-import { TaskFunctions } from '../../test-types.js'
+import { KillBehaviors, ThreadWorker } from '../../../lib/index.cjs'
+import { executeTaskFunction } from '../../test-utils.cjs'
+import { TaskFunctions } from '../../test-types.cjs'
 
 /**
  *