Skip to content

Commit 3651f29

Browse files
committed
chore: remove duplicate test
1 parent e2b2dd6 commit 3651f29

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/__tests__/components/Home.spec.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ it('renders without crashing', () => {
77

88
expect(container).toMatchSnapshot()
99
})
10-
11-
it('renders without crashing', () => {
12-
const { container } = render(<Home />)
13-
14-
expect(container).toMatchSnapshot()
15-
})

0 commit comments

Comments
 (0)