Skip to content

Commit 19130f6

Browse files
committed
Login and Registeration Form is created
1 parent 7e5d294 commit 19130f6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

__tests__/Home.test.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
11
import {render, screen} from "@testing-library/react"
22
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

Comments
 (0)