build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / longRunningWorkerSoftBehavior.mjs
index 9083e1d1b3692119bcda3608ad39738159c262b9..4b7c15004d72b9e0a18d3e256d789e76156e0974 100644 (file)
@@ -1,5 +1,5 @@
-import { ThreadWorker } from '../../../lib/index.js'
-import { sleepTaskFunction } from '../../test-utils.js'
+import { ThreadWorker } from '../../../lib/index.cjs'
+import { sleepTaskFunction } from '../../test-utils.cjs'
 
 /**
  *