We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96673c commit b116b1bCopy full SHA for b116b1b
static/app/gettingStartedDocs/react-native/onboarding.spec.tsx
@@ -2,7 +2,7 @@ import {renderWithOnboardingLayout} from 'sentry-test/onboarding/renderWithOnboa
2
import {screen} from 'sentry-test/reactTestingLibrary';
3
import {textWithMarkupMatcher} from 'sentry-test/utils';
4
5
-import docs from 'sentry/gettingStartedDocs/react-native';
+import docs from '.';
6
7
describe('getting started with react-native', () => {
8
it('renders docs correctly', async () => {
0 commit comments