Browse Source

fix(onboarding): Fix nitendo switch not being load (#73996)

Priscila Oliveira 8 months ago
parent
commit
8c3a85c7fd

+ 1 - 1
static/app/gettingStartedDocs/nintendo-switch/index.spec.tsx → static/app/gettingStartedDocs/native/switch.spec.tsx

@@ -1,7 +1,7 @@
 import {renderWithOnboardingLayout} from 'sentry-test/onboarding/renderWithOnboardingLayout';
 import {screen} from 'sentry-test/reactTestingLibrary';
 
-import docs from '.';
+import docs from './switch';
 
 describe('Nintendo onboarding docs', function () {
   it('renders docs correctly', function () {

+ 0 - 0
static/app/gettingStartedDocs/nintendo-switch/index.tsx → static/app/gettingStartedDocs/native/switch.tsx