X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fpools%2Futils.test.mjs;h=bc0c7126ddaa225c92e5e8c2f13174e2e2eaa760;hb=a4d25410764bca884efaea4d46ed9bf83b8a8dbb;hp=adff47d9ba9781687a9fb89daa31dea7841fa8ca;hpb=568d0075825104b5a5ccc38dea2beeb55b55f3d0;p=poolifier.git diff --git a/tests/pools/utils.test.mjs b/tests/pools/utils.test.mjs index adff47d9..bc0c7126 100644 --- a/tests/pools/utils.test.mjs +++ b/tests/pools/utils.test.mjs @@ -4,13 +4,13 @@ import { expect } from 'expect' import { CircularArray, DEFAULT_CIRCULAR_ARRAY_SIZE -} from '../../lib/circular-array.js' +} from '../../lib/circular-array.cjs' import { createWorker, getDefaultTasksQueueOptions, updateMeasurementStatistics -} from '../../lib/pools/utils.js' -import { WorkerTypes } from '../../lib/index.js' +} from '../../lib/pools/utils.cjs' +import { WorkerTypes } from '../../lib/index.cjs' describe('Pool utils test suite', () => { it('Verify getDefaultTasksQueueOptions() behavior', () => {