Skip to content

Commit dedb8ff

Browse files
committed
Login and Registeration Form is created
1 parent 95f379e commit dedb8ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

__tests__/Home.test.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import {render, screen} from "@testing-library/react"
2+
import Home from "@/app/page"
3+
4+
describe('test it', ()=>{
5+
it('test 1',() => {
6+
expect(1 + 1).toBe(2);
7+
})
8+
})

0 commit comments

Comments
 (0)