mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💚 Correct typo in container's height specs
This commit is contained in:
@@ -602,7 +602,7 @@ describe "TextEditorComponent", ->
|
||||
expect(lineNode.textContent).toBe(text)
|
||||
|
||||
it "gives the line numbers container the same height as the wrapper node", ->
|
||||
linesNode = componentNode.querySelector(".lines")
|
||||
linesNode = componentNode.querySelector(".line-numbers")
|
||||
|
||||
wrapperNode.style.height = 6.5 * lineHeightInPixels + 'px'
|
||||
component.measureDimensions()
|
||||
|
||||
Reference in New Issue
Block a user