chore: add example-6
#61
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.
|