Skip to content

chore: add more tests #63

chore: add more tests

chore: add more tests #63

Triggered via push October 20, 2024 12:43
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
error: expect(received).toBe(expected): test/dts.test.ts#L136
Expected: "import type { DtsGenerationOption } from '@stacksjs/dtsx'\nimport type { BunPlugin } from 'bun'\nimport { generate } from '@stacksjs/dtsx'\n\nexport declare function dts(options?: DtsGenerationOption): BunPlugin\n\nexport { generate }\n\nexport type { DtsGenerationOption }\n\nexport default dts\n" Received: "import type { DtsGenerationOption } from '@stacksjs/dtsx'\nimport type { BunPlugin } from 'bun'\n\nexport declare function dts(options?: DtsGenerationOption): BunPlugin\n\nexport default dts\n" at /home/runner/work/dtsx/dtsx/test/dts.test.ts:136:30
test
Process completed with exit code 1.
typecheck
Process completed with exit code 2.
lint
Process completed with exit code 1.