Fix standard linting errors
This commit is contained in:
parent
18fca785c4
commit
81f2e76e36
1 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ describe('chromium feature', function () {
|
|||
let url = `${scheme}://${fixtures}/pages/window-opener-location.html`
|
||||
let w = null
|
||||
|
||||
before(function () {
|
||||
before(function (done) {
|
||||
protocol.registerFileProtocol(scheme, function (request, callback) {
|
||||
callback(`${fixtures}/pages/window-opener-location.html`)
|
||||
}, function (error) {
|
||||
|
@ -328,7 +328,7 @@ describe('chromium feature', function () {
|
|||
})
|
||||
})
|
||||
|
||||
after(function() {
|
||||
after(function () {
|
||||
protocol.unregisterProtocol(scheme)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue