Skip to content

Commit 28e857f

Browse files
authored
Fix test flake introduced by changes to MockLink (#12565)
1 parent a40ebdf commit 28e857f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: .size-limits.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 42984,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38432,
4-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 32968,
5-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27861
2+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 42972,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38452,
4+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 32914,
5+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27847
66
}

Diff for: src/__tests__/mutationResults.ts

+2
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,12 @@ describe("mutation results", () => {
650650
{
651651
request: { query: queryTodos },
652652
result: queryTodosResult,
653+
delay: 0,
653654
},
654655
{
655656
request: { query: mutationTodo },
656657
result: mutationTodoResult,
658+
delay: 0,
657659
}
658660
);
659661

0 commit comments

Comments
 (0)