Add missing typeof
This commit is contained in:
parent
f5d371e180
commit
4e22d5dd8a
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ describe('app module', function () {
|
|||
|
||||
describe('isAccessibilitySupportEnabled API', function () {
|
||||
it('returns whether the Chrome has accessibility APIs enabled', function () {
|
||||
assert.equal(app.isAccessibilitySupportEnabled(), 'boolean')
|
||||
assert.equal(typeof app.isAccessibilitySupportEnabled(), 'boolean')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue