Skip to content

Commit 446e287

Browse files
committed
separate type import
1 parent 96bcb0d commit 446e287

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/utils_e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import {expect, type Browser, type Page, type WorkerInfo} from '@playwright/test';
1+
import {expect} from '@playwright/test';
22
import {env} from 'node:process';
3+
import type {Browser, Page, WorkerInfo} from '@playwright/test';
34

45
const ARTIFACTS_PATH = `tests/e2e/test-artifacts`;
56
const LOGIN_PASSWORD = 'password';

0 commit comments

Comments
 (0)