Skip to content

Commit 2237fc7

Browse files
committed
Revert "test(Hidden): update export"
This reverts commit f29edd9.
1 parent f29edd9 commit 2237fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Hidden/Hidden.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react'
2+
import '@testing-library/jest-dom/extend-expect'
23
import {render} from '@testing-library/react'
3-
import {Hidden} from './Hidden'
4+
import {Hidden} from '.'
45
import MatchMediaMock from 'jest-matchmedia-mock'
56
import {behavesAsComponent, checkExports, renderStyles, checkStoriesForAxeViolations} from '../utils/testing'
67
import {mediaQueries} from '../utils/layout'

0 commit comments

Comments
 (0)