remove :: remove to unnecessary import codes
This commit is contained in:
parent
50aeb59a37
commit
1d21af8da8
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
import { test, expect } from '@playwright/test';
|
import { test, expect } from '@playwright/test';
|
||||||
import type { Page } from '@playwright/test';
|
import type { Page } from '@playwright/test';
|
||||||
import { hostname } from "os";
|
|
||||||
import type { Location } from '../../../packages/playwright/types/testReporter'
|
|
||||||
test.describe.configure({ mode: 'parallel' });
|
test.describe.configure({ mode: 'parallel' });
|
||||||
|
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue