diff --git a/packages/html-reporter/src/links.tsx b/packages/html-reporter/src/links.tsx
index 545cdf58b2..98c787a68a 100644
--- a/packages/html-reporter/src/links.tsx
+++ b/packages/html-reporter/src/links.tsx
@@ -22,7 +22,6 @@ import { CopyToClipboard } from './copyToClipboard';
import './links.css';
import { linkifyText } from '@web/renderUtils';
import { clsx } from '@web/uiUtils';
-import { URLSearchParams } from 'url';
export function navigate(href: string) {
window.history.pushState({}, '', href);