Skip to content

Commit

Permalink
revert: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 21, 2024
1 parent f75f768 commit 37aba4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions playwright/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import process from "process";

import type { ElectronApplication, Page } from "@playwright/test";
import { test, expect } from "@playwright/test";
import { _electron as electron } from "playwright";
Expand All @@ -11,10 +9,6 @@ test.beforeAll(async () => {
// Use package.main
electronApp = await electron.launch({
args: ["."],
env: {
...process.env,
NODE_ENV: "development",
},
});
const isPackaged = await electronApp.evaluate(async ({ app }) => app.isPackaged);

Expand Down

0 comments on commit 37aba4b

Please sign in to comment.