Skip to content

Commit 3280a02

Browse files
authored
Update Login.test.tsx
1 parent fd25506 commit 3280a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/components/Login.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jest.mock('react-router-dom', () => ({
1313
...jest.requireActual('react-router-dom'),
1414
useNavigate: () => navigateMock,
1515
}));
16-
// const mock = jest.fn(Electron.ipcRenderer.sendSync())
1716

17+
// testing suite for the CreateAdmin.tsx file
1818
describe('Create Admin Page', () => {
1919
beforeEach(() => {
2020
render(

0 commit comments

Comments
 (0)