perf(benchmark): only benchmark poolifier run with mitata
[poolifier.git] / tests / worker-files / thread / asyncWorker.mjs
index 30442bfca19b8ca1219eb4ee02c8e17d7425499c..623d517d171a8f1fcf83b999182f60e803a52a97 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'
 
 /**
  *