Skip to content

Commit c3f3ecf

Browse files
ignoring test vulnerabilities
1 parent 235d8c3 commit c3f3ecf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

__tests__/example.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ test('adds 1 + 2 to equal 3', () => {
66
// Add another test
77
test('adds 2 + 2 to equal 4', () => {
88
expect(2 + 2).toBe(4);
9+
});
10+
11+
test('adds 2 + 2 to equal 5', () => {
12+
expect(2 + 3).toBe(5);
913
});

0 commit comments

Comments
 (0)