There was an error while loading. Please reload this page.
1 parent d7800bf commit bd8c753Copy full SHA for bd8c753
packages/e2e-test-utils-playwright/src/lighthouse/index.ts
@@ -2,7 +2,7 @@
2
* External dependencies
3
*/
4
import type { Page } from '@playwright/test';
5
-import * as lighthouse from 'lighthouse/core/index.cjs';
+import lighthouse from 'lighthouse/core/index.cjs';
6
7
type LighthouseConstructorProps = {
8
page: Page;
packages/e2e-test-utils-playwright/src/test.ts
@@ -4,7 +4,7 @@
import * as path from 'path';
import { test as base, expect, chromium } from '@playwright/test';
import type { ConsoleMessage } from '@playwright/test';
-import * as getPort from 'get-port';
+import getPort from 'get-port';
9
/**
10
* Internal dependencies
0 commit comments