fix diffexample failure

This commit is contained in:
pfg
2025-07-29 14:22:52 -07:00
parent a443d4553d
commit d8a2b706f9

View File

@@ -807,10 +807,6 @@ test("no color", async () => {
"
`);
expect(noColorSpawn.exitCode).toBe(1);
expect(noColorStdout).toMatchInlineSnapshot(`
"bun test v1.2.19 (4dff2c0f)
"
`);
const colorSpawn = Bun.spawn({
cmd: [bunExe(), "test", import.meta.dir + "/diffexample.fixture.ts"],