mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Explicitly disable use of react editor in specs
This commit is contained in:
@@ -84,6 +84,7 @@ beforeEach ->
|
||||
config.set "editor.autoIndent", false
|
||||
config.set "core.disabledPackages", ["package-that-throws-an-exception",
|
||||
"package-with-broken-package-json", "package-with-broken-keymap"]
|
||||
config.set "core.useReactEditor", false
|
||||
config.save.reset()
|
||||
atom.config = config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user