X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fcircular-array.test.mjs;h=a6f2f69370d3144db429cf00390aea117602f3f7;hb=b1d4f434444dd51c9006ab9b515d717c3d7f27a8;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