electron/spec-main/fixtures/apps/open-new-window-from-link/package.json
Shelley Vohr dd6ce91f57
fix: call loadUrl when opening new windows from links (#34159)
* fix: call loadUrl when opening new windows from links

* spec: add regression test
2022-05-11 11:34:33 -07:00

4 lines
77 B
JSON

{
"name": "electron-test-open-new-window-from-link",
"main": "main.js"
}