Skip to content

Commit

Permalink
Merge branch 'upgrades-remix-v2' of https://github.com/itsMapleLeaf/r…
Browse files Browse the repository at this point in the history
…emix-electron into upgrades-remix-v2
  • Loading branch information
itsMapleLeaf committed Oct 15, 2023
2 parents d89c87f + 00d30a1 commit 331c86b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/integration.test.mts
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 331c86b

Please sign in to comment.