Skip to content

Commit 8290570

Browse files
committed
Lint
1 parent 2442d15 commit 8290570

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

dev-packages/browser-integration-tests/suites/integrations/supabase/queues-rpc/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as Sentry from '@sentry/browser';
2-
32
import { createClient } from '@supabase/supabase-js';
3+
44
window.Sentry = Sentry;
55

66
const supabaseClient = createClient('https://test.supabase.co', 'test-key', {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import type { Page} from '@playwright/test';
1+
import type { Page } from '@playwright/test';
22
import { expect } from '@playwright/test';
33
import type { Event } from '@sentry/core';
4-
54
import { sentryTest } from '../../../../utils/fixtures';
65
import { getFirstSentryEnvelopeRequest, shouldSkipTracingTest } from '../../../../utils/helpers';
76

dev-packages/browser-integration-tests/suites/integrations/supabase/queues-schema/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as Sentry from '@sentry/browser';
2-
32
import { createClient } from '@supabase/supabase-js';
3+
44
window.Sentry = Sentry;
55

66
const supabaseClient = createClient('https://test.supabase.co', 'test-key', {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type Page, expect } from '@playwright/test';
22
import type { Event } from '@sentry/core';
3-
43
import { sentryTest } from '../../../../utils/fixtures';
54
import { getFirstSentryEnvelopeRequest, shouldSkipTracingTest } from '../../../../utils/helpers';
65

0 commit comments

Comments
 (0)