Revert "test that failing test breaks ci"

This reverts commit bef93538fb.
This commit is contained in:
2025-03-27 08:30:23 -07:00
parent bef93538fb
commit cb65cd49f3

View File

@@ -2,6 +2,6 @@ import { describe, expect, test } from "@jest/globals";
describe("sum", () => {
test("adds 1 + 2 to equal 3", () => {
expect(1 + 2).toBe(4);
expect(1 + 2).toBe(3);
});
});
});