Skip to content

Commit 842956e

Browse files
ci: apply automated fixes and generate docs
1 parent 748fbad commit 842956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-form/tests/useForm.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ describe('useForm', () => {
893893
expect(result).toHaveTextContent('1')
894894
})
895895

896-
it('should not error when using deleteField in edge cases', async () => {
896+
it('should not error when using deleteField in edge cases', async () => {
897897
function Comp() {
898898
const form = useForm({
899899
defaultValues: {

0 commit comments

Comments
 (0)