diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 9afe4e7819..3054d44a08 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -11,7 +11,6 @@ import type { ElectronApplication, Frame, Page } from "playwright"; import { _electron as electron } from "playwright"; import { noop } from "lodash"; import { disposer } from "../../src/common/utils"; -import { Writable } from "stream"; export const appPaths: Partial> = { "win32": "./dist/win-unpacked/OpenLens.exe",