Skip to content

Commit f2eb5e4

Browse files
committed
fix linting for real
1 parent 2efd866 commit f2eb5e4

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/lazyLoad/validIntegration

1 file changed

+0
-2
lines changed

dev-packages/browser-integration-tests/suites/integrations/lazyLoad/validIntegration/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { sentryTest } from '../../../../utils/fixtures';
55
sentryTest('it allows to lazy load an integration', async ({ getLocalTestUrl, page }) => {
66
const url = await getLocalTestUrl({ testDir: __dirname });
77

8-
page.on('console', msg => console.log(msg.text()));
9-
108
await page.goto(url);
119

1210
const hasIntegration = await page.evaluate('!!window.Sentry.getClient()?.getIntegrationByName("HttpClient")');

0 commit comments

Comments
 (0)