Skip to content

Commit

Permalink
Remove unintended imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermarston committed Jun 19, 2020
1 parent 1484af9 commit aec30aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react'
import * as React from 'react'
import * as renderer from 'react-test-renderer'
import { cleanup, render, getAllByRole, queryByDisplayValue } from '@testing-library/react'
import { cleanup, render } from '@testing-library/react'
import { axe, toHaveNoViolations } from 'jest-axe'

import CSVReader from './index'
Expand Down

0 comments on commit aec30aa

Please sign in to comment.