X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fworker-files%2Fthread%2FlongRunningWorkerHardBehavior.mjs;h=3d58ab456caf19e18e7decb58e115f1f1cf8acc1;hb=b1d4f434444dd51c9006ab9b515d717c3d7f27a8;hp=01cf3c0e6013cc8240f36a5866ac72e5bd160cbc;hpb=2eb1488903cf9551f65e987537aa6144f77b36c5;p=poolifier.git diff --git a/tests/worker-files/thread/longRunningWorkerHardBehavior.mjs b/tests/worker-files/thread/longRunningWorkerHardBehavior.mjs index 01cf3c0e..3d58ab45 100644 --- a/tests/worker-files/thread/longRunningWorkerHardBehavior.mjs +++ b/tests/worker-files/thread/longRunningWorkerHardBehavior.mjs @@ -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' /** *