mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use attachToDom instead of appending directly to #jasmine-content
This commit is contained in:
@@ -12,7 +12,7 @@ describe "the `atom` global", ->
|
||||
describe "base stylesheet loading", ->
|
||||
beforeEach ->
|
||||
rootView.append $("<div class='editor'></div>")
|
||||
$("#jasmine-content").append(rootView)
|
||||
rootView.attachToDom()
|
||||
atom.themes.load()
|
||||
atom.watchThemes()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user