Skip to content

Commit d712e72

Browse files
committed
Update ReactHooksInspectionIntegration tests
1 parent a98a133 commit d712e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ describe('ReactHooksInspectionIntegration', () => {
928928
"hookSource": {
929929
"columnNumber": 0,
930930
"fileName": "**",
931-
"functionName": null,
931+
"functionName": "Foo",
932932
"lineNumber": 0,
933933
},
934934
"id": 0,
@@ -986,7 +986,7 @@ describe('ReactHooksInspectionIntegration', () => {
986986
"hookSource": {
987987
"columnNumber": 0,
988988
"fileName": "**",
989-
"functionName": null,
989+
"functionName": "Foo",
990990
"lineNumber": 0,
991991
},
992992
"id": 0,
@@ -1969,7 +1969,7 @@ describe('ReactHooksInspectionIntegration', () => {
19691969
"hookSource": {
19701970
"columnNumber": 0,
19711971
"fileName": "**",
1972-
"functionName": null,
1972+
"functionName": "Foo",
19731973
"lineNumber": 0,
19741974
},
19751975
"id": 0,

0 commit comments

Comments
 (0)