Skip to content

Commit 6b46f51

Browse files
ignoring test vulnerabilities
1 parent 5533a28 commit 6b46f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/example.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ test('adds 1 + 2 to equal 3', () => {
55

66

77
test('adds 2 + 2 to equal 4', () => {
8-
expect(2 + 2).toBe(3);
8+
expect(2 + 2).toBe(4);
99
});
1010

0 commit comments

Comments
 (0)