Skip to content

Commit b4d571c

Browse files
committed
Use as regression test
1 parent 4e2fb61 commit b4d571c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ describe('ReactHooksInspectionIntegration', () => {
833833
`);
834834
});
835835

836+
// @reactVersion >= 16.8
836837
it('should inspect the value of the current provider in useContext reading the same context multiple times', async () => {
837838
const ContextA = React.createContext('default A');
838839
const ContextB = React.createContext('default B');

0 commit comments

Comments
 (0)