Skip to content

Commit 5e96379

Browse files
author
Labby AI
committed
Intentionally break the test
1 parent 84c53f1 commit 5e96379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const sum = require('./index');
22

33
test('adds 1 + 2 to equal 3', () => {
4-
expect(sum(1, 2)).toBe(3);
4+
expect(sum(1, 2)).toBe(4);
55
});

0 commit comments

Comments
 (0)