mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Attach to DOM for focus specs
This commit is contained in:
parent
d989aeb592
commit
7149ade43c
@ -92,6 +92,9 @@ describe "RootView", ->
|
||||
expect(rootView.getEditors().length).toBe 0
|
||||
|
||||
describe "focus", ->
|
||||
beforeEach ->
|
||||
rootView.attachToDom()
|
||||
|
||||
describe "when there is an active view", ->
|
||||
it "hands off focus to the active view", ->
|
||||
editor = rootView.getActiveView()
|
||||
|
Loading…
Reference in New Issue
Block a user