mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
spelling: falsy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user