We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5d294 commit 19130f6Copy full SHA for 19130f6
__tests__/Home.test.tsx
@@ -1,16 +1,2 @@
1
import {render, screen} from "@testing-library/react"
2
import Home from "@/app/page"
3
-
4
-describe('first', () => {
5
6
- it('should render home text', () => {
7
- render(<Home/>) //ARRANGE
8
9
- const myElem = screen.getByText('Home') //ACT
10
11
- expect(myElem).toBeInTheDocument(); //ASSERTION
12
13
14
- })
15
16
0 commit comments