mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Nof
This commit is contained in:
@@ -302,7 +302,7 @@ describe "EditorComponent", ->
|
||||
expect(component.lineNumberNodeForScreenRow(9).textContent).toBe "10"
|
||||
expect(gutterNode.offsetWidth).toBe initialGutterWidth
|
||||
|
||||
fdescribe "when decorations are used", ->
|
||||
describe "when decorations are used", ->
|
||||
{lineHasClass, gutter} = {}
|
||||
beforeEach ->
|
||||
gutter = component.refs.gutter
|
||||
|
||||
@@ -3206,7 +3206,7 @@ describe "Editor", ->
|
||||
editor.pageUp()
|
||||
expect(editor.getScrollTop()).toBe 0
|
||||
|
||||
fdescribe "decorations", ->
|
||||
describe "decorations", ->
|
||||
it "can add and remove decorations", ->
|
||||
decoration = {type: 'gutter-class', class: 'one'}
|
||||
editor.addDecorationForBufferRow(2, decoration)
|
||||
|
||||
Reference in New Issue
Block a user