Skip to content

Commit

Permalink
gui, refactor: use headless in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Mar 13, 2021
1 parent eee1c25 commit 351c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cef_test.js
Expand Up @@ -466,7 +466,7 @@ describe("cef", () => {

it("dispatch key/mouse event", done => {
var win = gui.open("cef://test/form.html", {
// headless: true
headless: true
});

win.on("load", () => {
Expand Down

0 comments on commit 351c82e

Please sign in to comment.