Skip to content

test readme

test readme #5

Triggered via push August 2, 2025 09:52
Status Failure
Total duration 10s
Artifacts

test-build.yml

on: push
test-build
8s
test-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
error: expect(received).toBe(expected): test/cli.test.ts#L131
Expected: true Received: false at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/cli.test.ts:131:15)
ParseError: Expected '->' and return type after function parameters: dist/index.js#L7720
at parsePrimaryType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7720:100) at parseIntersectionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7644:21) at parseUnionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7629:21) at parsePrimaryType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7709:33) at parseIntersectionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7644:21) at parseUnionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7629:21) at parsePrimaryType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7789:34) at parseIntersectionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7644:21) at parseUnionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7629:21) at typeAliasDeclaration (/home/runner/work/LuaTS/LuaTS/dist/index.js:7585:29) at parse (/home/runner/work/LuaTS/LuaTS/dist/index.js:7535:27) at generateTypes (/home/runner/work/LuaTS/LuaTS/dist/index.js:8941:22) at testFixture (/home/runner/work/LuaTS/LuaTS/test/snapshots.test.ts:30:26) at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/snapshots.test.ts:130:5)
error: expect(received).toContain(expected): test/types.test.ts#L189
Expected to contain: "name: string;" Received: "" at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/types.test.ts:189:33)
error: expect(received).toContain(expected): test/types.test.ts#L172
Expected to contain: "interface IUser" Received: "" at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/types.test.ts:172:19)
error: expect(received).toContain(expected): test/types.test.ts#L160
Expected to contain: "value: unknown" Received: "" at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/types.test.ts:160:19)
error: Unexpected token in type:: dist/index.js#L7811
at parsePrimaryType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7811:69) at parseIntersectionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7644:21) at parseUnionType (/home/runner/work/LuaTS/LuaTS/dist/index.js:7629:21) at typeAliasDeclaration (/home/runner/work/LuaTS/LuaTS/dist/index.js:7585:29) at parse (/home/runner/work/LuaTS/LuaTS/dist/index.js:7535:27) at generateTypes (/home/runner/work/LuaTS/LuaTS/dist/index.js:8941:22) at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/types.test.ts:80:19)
error: expect(received).toBeGreaterThan(expected): test/features.test.ts#L228
Expected: > 0 Received: 0 at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/features.test.ts:228:34)
error: expect(received).toContain(expected): test/features.test.ts#L204
Expected to contain: "/**" Received: "interface User {\n id: number;\n name: string;\n}" at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/features.test.ts:204:19)
error: expect(received).toContain(expected): test/features.test.ts#L187
Expected to contain: "/** This is a user type */" Received: "interface User {\n id: number;\n name: string;\n}" at <anonymous> (/home/runner/work/LuaTS/LuaTS/test/features.test.ts:187:19)