mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
.set operations should be immediately visible through .get
This commit is contained in:
@@ -1750,7 +1750,7 @@ describe "Config", ->
|
||||
expect(atom.config.set('foo.bar.str_options', 'One')).toBe false
|
||||
expect(atom.config.get('foo.bar.str_options')).toEqual 'two'
|
||||
|
||||
describe "when .set/.unset is called prior to .loadUserConfig", ->
|
||||
fdescribe "when .set/.unset is called prior to .loadUserConfig", ->
|
||||
beforeEach ->
|
||||
atom.config.settingsLoaded = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user