This commit is contained in:
Deluan 2020-11-14 00:25:25 -05:00 committed by Joe Stump
parent c9d2218249
commit e9686570ec
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -1,6 +1,6 @@
import * as React from 'react'
import { render, cleanup, screen } from '@testing-library/react'
import MultiLineTextField from './MultiLineTextField'
import { MultiLineTextField } from './MultiLineTextField'
describe('<MultiLineTextField />', () => {
afterEach(cleanup)