Add Buffer typeof assertion
This commit is contained in:
parent
8e09fcd2a9
commit
fdc1d3d763
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ describe('<webview> tag', function () {
|
|||
|
||||
it('does not break preload script', function (done) {
|
||||
var listener = function (e) {
|
||||
assert.equal(e.message, 'function object object')
|
||||
assert.equal(e.message, 'function object object function')
|
||||
webview.removeEventListener('console-message', listener)
|
||||
done()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue