Skip to content

Commit f29e94f

Browse files
cursoragentarmenzg
andcommitted
fix(unity): Use named import for docs in metrics.spec.tsx
Changed from default import to named import to match the export style in unity/index.tsx and align with all other gettingStartedDocs test files. Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>
1 parent 0527841 commit f29e94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/gettingStartedDocs/unity/metrics.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {textWithMarkupMatcher} from 'sentry-test/utils';
66

77
import {ProductSolution} from 'sentry/components/onboarding/gettingStartedDoc/types';
88

9-
import docs from '.';
9+
import {docs} from '.';
1010

1111
function renderMockRequests() {
1212
MockApiClient.addMockResponse({

0 commit comments

Comments
 (0)