mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🔥
This commit is contained in:
@@ -383,7 +383,6 @@ describe "TextEditorComponent", ->
|
||||
|
||||
newLineNodes = componentNode.querySelectorAll(".line")
|
||||
expect(oldLineNodes).not.toEqual(newLineNodes)
|
||||
oldLineNodes = newLineNodes
|
||||
|
||||
wrapperNode.setContinuousReflow(false)
|
||||
advanceClock(component.presenter.minimumReflowInterval)
|
||||
@@ -839,7 +838,6 @@ describe "TextEditorComponent", ->
|
||||
|
||||
newLineNodes = componentNode.querySelectorAll(".line-number")
|
||||
expect(oldLineNodes).not.toEqual(newLineNodes)
|
||||
oldLineNodes = newLineNodes
|
||||
|
||||
wrapperNode.setContinuousReflow(false)
|
||||
advanceClock(component.presenter.minimumReflowInterval)
|
||||
|
||||
Reference in New Issue
Block a user