Remove duplicate require
This commit is contained in:
parent
7734f6af62
commit
3695e38719
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ describe('<webview> tag', function () {
|
||||||
|
|
||||||
webview.setAttribute('allowpopups', 'on')
|
webview.setAttribute('allowpopups', 'on')
|
||||||
|
|
||||||
webview.src = require('url').format({
|
webview.src = url.format({
|
||||||
pathname: `${fixtures}/pages/webview-opener-no-node-integration.html`,
|
pathname: `${fixtures}/pages/webview-opener-no-node-integration.html`,
|
||||||
protocol: 'file',
|
protocol: 'file',
|
||||||
query: {
|
query: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue