Skip to content

Commit

Permalink
Cleanup @solidjs/testing-library import
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 26, 2023
1 parent 39d6eb6 commit 7352c59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/solid-query/src/__tests__/useIsMutating.test.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { fireEvent, screen, waitFor } from '@solidjs/testing-library'
import { fireEvent, render, screen, waitFor } from '@solidjs/testing-library'
import { createMutation, QueryClientProvider, useIsMutating } from '..'
import { createQueryClient, sleep } from './utils'

import { createEffect, createRenderEffect, createSignal, Show } from 'solid-js'
import { render } from '@solidjs/testing-library'
import * as MutationCacheModule from '../../../query-core/src/mutationCache'
import { setActTimeout } from './utils'
import { vi } from 'vitest'
Expand Down

0 comments on commit 7352c59

Please sign in to comment.