mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Add missing typeof
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user