Skip to content

Commit 4b44c8d

Browse files
committed
fix formatting
1 parent 7096bfa commit 4b44c8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-packages/e2e-tests/test-applications/default-browser/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as path from 'path';
22
import * as url from 'url';
3-
import webpack from 'webpack';
43
import HtmlWebpackPlugin from 'html-webpack-plugin';
54
import TerserPlugin from 'terser-webpack-plugin';
5+
import webpack from 'webpack';
66

77
const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
88

dev-packages/e2e-tests/test-applications/default-browser/tests/performance.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import exp from 'constants';
21
import { expect, test } from '@playwright/test';
32
import { waitForTransaction } from '@sentry-internal/test-utils';
43

0 commit comments

Comments
 (0)