Default to on in the specs

This commit is contained in:
Ben Ogle
2014-08-13 14:51:05 -07:00
parent 23c67c53dc
commit e725a8ffeb

View File

@@ -96,6 +96,7 @@ beforeEach ->
config.set "core.disabledPackages", ["package-that-throws-an-exception",
"package-with-broken-package-json", "package-with-broken-keymap"]
config.set "core.useReactEditor", true
config.set "core.useReactMiniEditors", true
config.save.reset()
atom.config = config