fix: add .js suffix to import of internal utils
Some checks failed
Playwright Tests / test (push) Has been cancelled
Some checks failed
Playwright Tests / test (push) Has been cancelled
This commit is contained in:
parent
9a0f1c3d35
commit
0451f46738
@ -1,6 +1,6 @@
|
|||||||
import type { ElectronApplication } from "playwright"
|
import type { ElectronApplication } from "playwright"
|
||||||
import {_electron as electron} from "playwright";
|
import {_electron as electron} from "playwright";
|
||||||
import { addConsoleListener } from "./internal-util";
|
import { addConsoleListener } from "./internal-util.js";
|
||||||
|
|
||||||
const singleton: {
|
const singleton: {
|
||||||
app: ElectronApplication | null
|
app: ElectronApplication | null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user