Skip to content

Commit f200708

Browse files
committed
remove debug statement
1 parent a849565 commit f200708

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/form/RruForm.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,6 @@ describe('RruForm', () => {
999999
// submit the form
10001000
await submitForm(container);
10011001

1002-
screen.debug()
1003-
10041002
// validation
10051003
expect(onSubmit).toHaveBeenCalledTimes(3);
10061004
expect(onSubmit.mock.calls[2][0]).toEqual({

0 commit comments

Comments
 (0)