Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Jan 8, 2025
1 parent 7c42d24 commit 818466a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('custom scoped lifecycle-bound graphs', () => {
expect(graphRegistry.isInstantiated(CustomScopeGraph)).toBe(false);
});

it('clears the custom scoped subgraph only when no other graphs are using it', async () => {
it('clears the custom scoped subgraph only when no other graphs are using it', () => {
const result1 = render(<ComponentTheDoesNotInvokeProviders idx={1} />);
const result2 = render(<ComponentTheDoesNotInvokeProviders2 />);

Expand Down

0 comments on commit 818466a

Please sign in to comment.