Skip to content

Commit

Permalink
Remove console.dir in useSubscription test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 4, 2024
1 parent f38516f commit cf6fb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react/hooks/__tests__/useSubscription.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,6 @@ followed by new in-flight setup", async () => {
link.simulateResult(graphQlErrorResult);
{
const snapshot = await takeSnapshot();
console.dir({ graphQlErrorResult, snapshot }, { depth: 5 });
expect(snapshot).toStrictEqual({
loading: false,
error: new ApolloError({
Expand Down

0 comments on commit cf6fb17

Please sign in to comment.