Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(labs): use different act import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer committed Apr 3, 2020
1 parent 94fa61a commit be799ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/labs/Labs.test.tsx
Expand Up @@ -5,8 +5,7 @@ import { MemoryRouter } from 'react-router'
import { Provider } from 'react-redux'
import thunk from 'redux-thunk'
import configureMockStore from 'redux-mock-store'

import { act } from 'react-dom/test-utils'
import { act } from '@testing-library/react'
import Labs from 'labs/Labs'
import NewLabRequest from 'labs/requests/NewLabRequest'
import Permissions from 'model/Permissions'
Expand Down

0 comments on commit be799ac

Please sign in to comment.