test(react-form): add on change validation tests (#425)

Co-authored-by: João Pedro Magalhães <joaopsilvamagalhaes@gmail.com>
This commit is contained in:
João Pedro Magalhães
2023-09-02 04:35:41 -03:00
committed by GitHub
parent c6b246de9e
commit 09edc1fc1a
3 changed files with 216 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { fireEvent, render } from '@testing-library/react'
import { render } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
import '@testing-library/jest-dom'
import * as React from 'react'