spelling: falsy

This commit is contained in:
Josh Soref
2017-09-10 15:35:29 +00:00
parent 6ce5f48203
commit ee87ac1604

View File

@@ -2773,7 +2773,7 @@ i = /test/; #FIXME\
})
})
describe('when the core.allowPendingPaneItems option is falsey', () => {
describe('when the core.allowPendingPaneItems option is falsy', () => {
it('does not open item with `pending: true` option as pending', () => {
let pane = null
atom.config.set('core.allowPendingPaneItems', false)