chore: add example-6
#62
Annotations
2 errors
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
|
|
This job failed
Loading