chore: remove generated content #186
Annotations
4 errors
error: expect(received).toContain(expected):
test/bunfig.test.ts#L331
Expected to contain: "export type ConfigNames = 'app' | 'test'"
Received: "// Generated by bunfig\nexport type ConfigNames = 'test' | 'app'\n"
at <anonymous> (/home/runner/work/bunfig/bunfig/test/bunfig.test.ts:331:23)
|
test
Process completed with exit code 1.
|
typecheck
Process completed with exit code 2.
|
lint
Process completed with exit code 1.
|