Skip to content

chore: add example-6 #61

chore: add example-6

chore: add example-6 #61

Triggered via push October 20, 2024 10:58
Status Failure
Total duration 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
error: expect(received).toBe(expected): test/dts.test.ts#L136
Expected: "import type { DtsGenerationOption } from '../../src/types'\nimport type { BunPlugin } from 'bun'\n\nexport function dts(options?: DtsGenerationOption): BunPlugin\n\nexport function generate(options: DtsGenerationOption): Promise<void>\n\nexport { DtsGenerationOption }\n\nexport default dts\n" Received: "import type { DtsGenerationOption } from '../../src/types'\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.