mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Editor config uses a schema
This commit is contained in:
@@ -51,3 +51,4 @@ describe "the `atom` global", ->
|
||||
describe "loading default config", ->
|
||||
it 'loads the default core config', ->
|
||||
expect(atom.config.get('core.excludeVcsIgnoredPaths')).toBe true
|
||||
expect(atom.config.get('editor.showInvisibles')).toBe false
|
||||
|
||||
Reference in New Issue
Block a user