Skip to content

Commit

Permalink
test(Hidden): update export
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Mar 10, 2023
1 parent ca2fce5 commit f29edd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Hidden/Hidden.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import '@testing-library/jest-dom/extend-expect'
import {render} from '@testing-library/react'
import {Hidden} from '.'
import {Hidden} from './Hidden'
import MatchMediaMock from 'jest-matchmedia-mock'
import {behavesAsComponent, checkExports, renderStyles, checkStoriesForAxeViolations} from '../utils/testing'
import {mediaQueries} from '../utils/layout'
Expand Down

0 comments on commit f29edd9

Please sign in to comment.