Skip to content

Commit fabce4b

Browse files
authored
Fix failing tests (#88)
1 parent 1b82491 commit fabce4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/tests/About.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ describe('About displayed on screen', () => {
2020
expect(numHeaders.length).toBe(1);
2121
// Should have the about image
2222
expect(aboutImage).toBeInTheDocument();
23-
expect(numLinks.length).toBe(3);
23+
expect(numLinks.length).toBe(4);
2424
});
2525
});

0 commit comments

Comments
 (0)