Make scheme const
This commit is contained in:
parent
651eaec64f
commit
aa2824621a
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ describe('chromium feature', function () {
|
|||
describe('window.opener security', function () {
|
||||
this.timeout(10000)
|
||||
|
||||
let scheme = 'other'
|
||||
const scheme = 'other'
|
||||
let url = `${scheme}://${fixtures}/pages/window-opener-location.html`
|
||||
let w = null
|
||||
|
||||
|
|
Loading…
Reference in a new issue