Skip to content

Commit

Permalink
Use as regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 2, 2024
1 parent 4e2fb61 commit b4d571c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ describe('ReactHooksInspectionIntegration', () => {
`);
});

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

0 comments on commit b4d571c

Please sign in to comment.