chore: improve test #188
Annotations
4 errors
typecheck
Process completed with exit code 2.
|
error: expect(received).toBe(expected):
test/bunfig.test.ts#L339
Expected: "// Generated by bunfig\nexport type ConfigNames = 'app' | 'test'\n"
Received: "// Generated by bunfig\nexport type ConfigNames = 'test' | 'app'\n"
at <anonymous> (/home/runner/work/bunfig/bunfig/test/bunfig.test.ts:339:23)
|
test
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|