Skip to content

Commit

Permalink
fix: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Apr 12, 2024
1 parent 4532732 commit f63cce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/testing/core/__tests__/createTestSchema.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,6 @@ describe("schema proxy", () => {
await expect(Profiler).not.toRerender({ timeout: minDelay - 100 });

{
// This fails with `Exceeded timeout waiting for next render` -
// when we call .toRerender above, we'd expect it to not increment
// the render iterator position, but it seems to...
const { snapshot } = await Profiler.takeRender({
timeout: maxDelay + 100,
});
Expand Down

0 comments on commit f63cce3

Please sign in to comment.