From 00d30a110c7598cc520005f621179488792e36f7 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf Date: Sun, 15 Oct 2023 03:14:17 +0000 Subject: [PATCH] ci: lint fix --- tests/integration.test.mts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tests/integration.test.mts b/tests/integration.test.mts index 1bcb73a..bb7fc67 100644 --- a/tests/integration.test.mts +++ b/tests/integration.test.mts @@ -1,18 +1,7 @@ import { expect } from "@playwright/test" import { execa } from "execa" import { join } from "node:path" -import type { ElectronApplication, - - - - - - - - - - - Page } from "playwright" +import type { ElectronApplication, Page } from "playwright" import { _electron as electron } from "playwright" import { afterAll, beforeAll, test } from "vitest"