Skip to content

Commit 588ff30

Browse files
committed
Fix linter
1 parent 76b85f1 commit 588ff30

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/supabase/queues-schema

1 file changed

+2
-1
lines changed

dev-packages/browser-integration-tests/suites/integrations/supabase/queues-schema/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { type Page, expect } from '@playwright/test';
1+
import type { Page } from '@playwright/test';
2+
import { expect } from '@playwright/test';
23
import type { Event } from '@sentry/core';
34
import { sentryTest } from '../../../../utils/fixtures';
45
import { getFirstSentryEnvelopeRequest, shouldSkipTracingTest } from '../../../../utils/helpers';

0 commit comments

Comments
 (0)