X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fcircular-array.test.mjs;h=a6f2f69370d3144db429cf00390aea117602f3f7;hb=53a0019f59b1d5f10be6acbaca2e6a970dd1fc6c;hp=ed06904578f67e48230271e34bc8c15482579e70;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/tests/circular-array.test.mjs b/tests/circular-array.test.mjs index ed069045..a6f2f693 100644 --- a/tests/circular-array.test.mjs +++ b/tests/circular-array.test.mjs @@ -1,4 +1,5 @@ import { expect } from 'expect' + import { CircularArray, DEFAULT_CIRCULAR_ARRAY_SIZE