Skip to content

Commit

Permalink
jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jul 2, 2024
1 parent 2554def commit 7298879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/query-client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { QueryClient } from '@tanstack/react-query';

/**
* React Query `QueryClient` with configuration optimized for test suite
* execution.
*/
export const queryClient = new QueryClient({
defaultOptions: {
queries: {
Expand Down

0 comments on commit 7298879

Please sign in to comment.