mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
📝 Fix mistyped spec description
This commit is contained in:
parent
e885497ebd
commit
4f0218c0a2
@ -1825,7 +1825,7 @@ describe('TextEditorComponent', function () {
|
||||
expect(component.lineNodeForScreenRow(2).dataset.screenRow).toBe("2")
|
||||
})
|
||||
|
||||
it('does not render highlights for off-screen lines until they come on-screen', async function () {
|
||||
it('measures block decorations taking into account both top and bottom margins', async function () {
|
||||
wrapperNode.style.height = 9 * lineHeightInPixels + 'px'
|
||||
component.measureDimensions()
|
||||
await nextViewUpdatePromise()
|
||||
|
Loading…
Reference in New Issue
Block a user