build: switch default to ESM
[poolifier.git] / tests / worker-files / thread / longRunningWorkerHardBehavior.mjs
index 01cf3c0e6013cc8240f36a5866ac72e5bd160cbc..3d58ab456caf19e18e7decb58e115f1f1cf8acc1 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'
 
 /**
  *