X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fworker-files%2Fthread%2FlongRunningWorkerSoftBehavior.mjs;h=4b7c15004d72b9e0a18d3e256d789e76156e0974;hb=bcf1c155ec2e2d9208c8f818abd031662bd61d7f;hp=9083e1d1b3692119bcda3608ad39738159c262b9;hpb=2eb1488903cf9551f65e987537aa6144f77b36c5;p=poolifier.git diff --git a/tests/worker-files/thread/longRunningWorkerSoftBehavior.mjs b/tests/worker-files/thread/longRunningWorkerSoftBehavior.mjs index 9083e1d1..4b7c1500 100644 --- a/tests/worker-files/thread/longRunningWorkerSoftBehavior.mjs +++ b/tests/worker-files/thread/longRunningWorkerSoftBehavior.mjs @@ -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' /** *