build: bump volta pnpm version
[poolifier.git] / tests / worker-files / thread / testWorker.mjs
index 618a9ac00c3be427f13e528b097fb449b758cb5a..f4840e53b2aebb30c7b852d5cb349dcd4f615671 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 { TaskFunctions } from '../../test-types.cjs'
+import { executeTaskFunction } from '../../test-utils.cjs'
 
 /**
  *