mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix lint
This commit is contained in:
parent
0ed964b211
commit
392fee843e
1 changed files with 4 additions and 5 deletions
|
|
@ -38,8 +38,7 @@ test.before(async () => {
|
|||
|
||||
test.after(async () => {
|
||||
await app
|
||||
.evaluate(
|
||||
({BrowserWindow}) =>
|
||||
.evaluate(({BrowserWindow}) =>
|
||||
BrowserWindow.getFocusedWindow()
|
||||
?.capturePage()
|
||||
.then((img) => img.toPNG().toString('base64'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue