Explicitly disable use of react editor in specs

This commit is contained in:
Nathan Sobo
2014-04-11 10:07:37 -06:00
parent 2517765821
commit ca4dd5a29a

View File

@@ -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