Skip to content

chore: update pnpm-lock.yaml #164

chore: update pnpm-lock.yaml

chore: update pnpm-lock.yaml #164

Triggered via push February 19, 2026 15:22
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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