We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4100bfa commit b4ebf24Copy full SHA for b4ebf24
src/renderStream/__tests__/useTrackRenders.test.tsx
@@ -6,7 +6,7 @@ import {
6
} from '@testing-library/react-render-stream'
7
import * as React from 'react'
8
import {ErrorBoundary} from 'react-error-boundary'
9
-import {__use} from '../__testHelpers__/useShim.js'
+import {__use} from '../../__testHelpers__/useShim.js'
10
11
type AsyncState =
12
| {status: 'loading'}
0 commit comments