mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Snippets now advise the insertTab method on EditSessions instead of intercepting events on Editor
This commit is contained in:
@@ -9,9 +9,9 @@ describe "Snippets extension", ->
|
||||
[buffer, editor] = []
|
||||
beforeEach ->
|
||||
rootView = new RootView(require.resolve('fixtures/sample.js'))
|
||||
rootView.activateExtension(Snippets)
|
||||
editor = rootView.activeEditor()
|
||||
buffer = editor.buffer
|
||||
rootView.activateExtension(Snippets)
|
||||
rootView.simulateDomAttachment()
|
||||
|
||||
describe "when 'tab' is triggered on the editor", ->
|
||||
|
||||
Reference in New Issue
Block a user