Skip to content

Commit aa401a6

Browse files
ignoring test vulnerabilities
1 parent 9af5fb3 commit aa401a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__tests__/example.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
test('adds 1 + 2 to equal 3', () => {
33
expect(1 + 2).toBe(3);
44
});
5+
6+
7+
test('adds 1 + 2 to equal 4', () => {
8+
expect(2 + 2).toBe(4);
9+
});
510

0 commit comments

Comments
 (0)