chore: add more tests #63
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.
|