Skip to content

Commit 66e7730

Browse files
author
erikras-dinesh-agent
committed
Docs: add file-level comment clarifying test coverage scope
1 parent b037c53 commit 66e7730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/useField.dynamic-name-869.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* @jest-environment jsdom
33
*/
4+
// Tests for dynamic Field name changes (issue #869).
5+
// Covers text inputs, checkboxes, and radio buttons.
46
import React from 'react'
57
import { render, cleanup, act } from '@testing-library/react'
68
import '@testing-library/jest-dom'

0 commit comments

Comments
 (0)