Skip to content

Commit

Permalink
Use renderHook from testing-library/react
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jan 16, 2025
1 parent f510d93 commit ca5858a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks'
import { renderHook, waitFor } from '@testing-library/react'
import useGetGoalData from './useGetGoalData'
import { server } from '../../mocks/msw/server'
import { createWrapper } from '../../testutils/TestingLibraryUtils'
Expand All @@ -7,7 +7,6 @@ import {
BatchFileResult,
} from '@sage-bionetworks/synapse-types'
import { SynapseClient, SynapseClientError } from '../../index'
import { waitFor } from '@testing-library/react'

const tableQueryResult: QueryResultBundle = {
concreteType: 'org.sagebionetworks.repo.model.table.QueryResultBundle',
Expand Down

0 comments on commit ca5858a

Please sign in to comment.