chore: update pnpm-lock.yaml
#164
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
src/index.test.ts > FastBooleanArray > accessLikeArray should allow array-like access:
src/index.test.ts#L111
TypeError: (intermediate value).accessLikeArray is not a function
❯ src/index.test.ts:111:43
|
|
src/index.test.ts > FastBooleanArray > constructor should throw if size is not provided:
src/index.test.ts#L6
AssertionError: expected [Function] to throw error including 'FastBooleanArray must have a size gre…' but got 'new FastBooleanArray size must be gre…'
Expected: "FastBooleanArray must have a size greater than 0"
Received: "new FastBooleanArray size must be greater than 0"
❯ src/index.test.ts:6:43
|