X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fselection-strategies%2Fselection-strategies.test.mjs;h=5241168cd880e101d2ed793831583398a209488d;hb=ea4b5fd037c5fe09eb6a2810332ad6bed1b5bc7f;hp=bca3c82b1647e22146b6094321d7c9ac60485403;hpb=e44639e9af74427b71f1556ff7ec9f7606373e0d;p=poolifier.git diff --git a/tests/pools/selection-strategies/selection-strategies.test.mjs b/tests/pools/selection-strategies/selection-strategies.test.mjs index bca3c82b..5241168c 100644 --- a/tests/pools/selection-strategies/selection-strategies.test.mjs +++ b/tests/pools/selection-strategies/selection-strategies.test.mjs @@ -1,4 +1,6 @@ import { expect } from 'expect' + +import { CircularArray } from '../../../lib/circular-array.cjs' import { DynamicClusterPool, DynamicThreadPool, @@ -6,7 +8,6 @@ import { FixedThreadPool, WorkerChoiceStrategies } from '../../../lib/index.cjs' -import { CircularArray } from '../../../lib/circular-array.cjs' describe('Selection strategies test suite', () => { const min = 0