Skip to content

Commit da8d793

Browse files
Linda Penglpatmo
authored andcommitted
Remove the screen.debug()
1 parent 144bdf5 commit da8d793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Auth/AuthForm.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ describe('AuthForm', () => {
1414

1515
it('should only show the Sign Up form by default', () => {
1616
render(<AuthForm />);
17-
screen.debug();
1817

1918
expect(screen.getByText('Create an account')).toBeInTheDocument();
2019
expect(screen.queryByTestId('loginForm')).toBeNull();

0 commit comments

Comments
 (0)