Skip to content

Commit f0ba6bb

Browse files
authored
Replace inputValueTracking-test with public API tests (#11654)
1 parent a67757e commit f0ba6bb

File tree

3 files changed

+187
-192
lines changed

3 files changed

+187
-192
lines changed

packages/react-dom/src/__tests__/inputValueTracking-test.js

Lines changed: 0 additions & 181 deletions
This file was deleted.

packages/react-dom/src/client/inputValueTracking.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ function trackValueOnNode(node: any): ?ValueTracker {
9696
return tracker;
9797
}
9898

99-
export {
100-
// exposed for testing
101-
getTracker as _getTrackerFromNode,
102-
};
103-
10499
export function track(node: ElementWithValueTracker) {
105100
if (getTracker(node)) {
106101
return;

0 commit comments

Comments
 (0)