Skip to content

Commit

Permalink
stabilize useQuery tests (#11890)
Browse files Browse the repository at this point in the history
* add delay to test

* wip

* rewrite some tests with profiler

* refactor tests to use the profiler

* more tests

* make more tests less flimsy

* more flaky tests

* cleanup

* fix another flaky test

* review feedback

* Clean up Prettier, Size-limit, and Api-Extractor

---------

Co-authored-by: phryneas <phryneas@users.noreply.github.com>
  • Loading branch information
phryneas and phryneas authored Jul 2, 2024
1 parent 116723d commit 1a9c68a
Show file tree
Hide file tree
Showing 3 changed files with 722 additions and 819 deletions.
2 changes: 1 addition & 1 deletion .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 39605,
"dist/apollo-client.min.cjs": 39604,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32852
}
Loading

0 comments on commit 1a9c68a

Please sign in to comment.