mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
test that failing test breaks ci
This commit is contained in:
@@ -2,6 +2,6 @@ import { describe, expect, test } from "@jest/globals";
|
||||
|
||||
describe("sum", () => {
|
||||
test("adds 1 + 2 to equal 3", () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
expect(1 + 2).toBe(4);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user