Enable editor.useShadowDOM in all specs

This commit is contained in:
Nathan Sobo
2014-11-04 15:03:13 -07:00
parent 670a710753
commit e1d6d55311

View File

@@ -106,6 +106,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 "editor.useShadowDOM", true
config.load.reset()
config.save.reset()