Skip to content

Commit b4ebf24

Browse files
committed
fix import
1 parent 4100bfa commit b4ebf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderStream/__tests__/useTrackRenders.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from '@testing-library/react-render-stream'
77
import * as React from 'react'
88
import {ErrorBoundary} from 'react-error-boundary'
9-
import {__use} from '../__testHelpers__/useShim.js'
9+
import {__use} from '../../__testHelpers__/useShim.js'
1010

1111
type AsyncState =
1212
| {status: 'loading'}

0 commit comments

Comments
 (0)