remove :: remove to unnecessary import codes

This commit is contained in:
osohyun0224 2024-09-08 16:13:19 +09:00
parent 50aeb59a37
commit 1d21af8da8

View file

@ -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 }) => {