mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
💄
This commit is contained in:
@@ -2,9 +2,7 @@ RootView = require 'root-view'
|
||||
_ = require 'underscore'
|
||||
|
||||
describe "Bookmarks package", ->
|
||||
editor = null
|
||||
editSession = null
|
||||
displayBuffer = null
|
||||
[editor, editSession, displayBuffer] = []
|
||||
|
||||
beforeEach ->
|
||||
window.rootView = new RootView
|
||||
@@ -16,7 +14,6 @@ describe "Bookmarks package", ->
|
||||
editSession = editor.activeEditSession
|
||||
displayBuffer = editSession.displayBuffer
|
||||
|
||||
|
||||
describe "toggling bookmarks", ->
|
||||
it "creates a marker when toggled", ->
|
||||
editSession.setCursorBufferPosition([3, 10])
|
||||
|
||||
Reference in New Issue
Block a user