From 1d21af8da8456d8f8c5f60c57e7dd86a5b47e23f Mon Sep 17 00:00:00 2001 From: osohyun0224 <53892427+osohyun0224@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:13:19 +0900 Subject: [PATCH] remove :: remove to unnecessary import codes --- examples/todomvc/tests/integration.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/todomvc/tests/integration.spec.ts b/examples/todomvc/tests/integration.spec.ts index 2f8317afeb..e512195bf1 100644 --- a/examples/todomvc/tests/integration.spec.ts +++ b/examples/todomvc/tests/integration.spec.ts @@ -2,8 +2,6 @@ import { test, expect } 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.beforeEach(async ({ page }) => {