Make scheme const

This commit is contained in:
Kevin Sawicki 2016-11-16 08:03:07 -08:00
parent 651eaec64f
commit aa2824621a

View file

@ -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