Skip to content

Commit bf41826

Browse files
committed
Fix eslint.
1 parent e5b33b4 commit bf41826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
foo{};
1+
eval('foo{}');

packages/browser/test/e2e/suites/capture.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22

33
import test from '../utils/fixtures';
4-
import { getSentryRequest, injectScriptAndGetEvents } from '../utils/helpers';
4+
import { injectScriptAndGetEvents } from '../utils/helpers';
55

66
// Fixme: Globally thrown errors crashes Chrome and Webkit pages.
77
test.describe('Capture', () => {

0 commit comments

Comments
 (0)