add attest #8
ci.yml
on: pull_request
Build
16s
Lint
16s
Prettier
15s
Type Check
15s
Test
18s
Benchmark Types
23s
Annotations
4 errors
Test
Process completed with exit code 1.
|
src/tests/infer.test.ts > InferObject handles nullable fields:
src/tests/infer.test.ts#L66
TypeError: Cannot read properties of undefined (reading '1')
❯ ChainableAssertions.get unversionedActual [as unversionedActual] node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:18:90
❯ Proxy.inline node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:85:59
❯ src/tests/infer.test.ts:66:31
|
src/tests/infer.test.ts > InferObject handles required fields:
src/tests/infer.test.ts#L46
TypeError: Cannot read properties of undefined (reading '1')
❯ ChainableAssertions.get unversionedActual [as unversionedActual] node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:18:90
❯ Proxy.inline node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:85:59
❯ src/tests/infer.test.ts:46:31
|
src/tests/infer.test.ts > InferNS produces expected type shape:
src/tests/infer.test.ts#L23
TypeError: Cannot read properties of undefined (reading '1')
❯ ChainableAssertions.get unversionedActual [as unversionedActual] node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:18:90
❯ Proxy.inline node_modules/.pnpm/@ark+attest@0.49.0_typescript@5.8.3/node_modules/@ark/attest/out/assert/chainableAssertions.js:85:59
❯ src/tests/infer.test.ts:23:31
|