mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
spelling: appearance
This commit is contained in:
@@ -1601,7 +1601,7 @@ describe('TextEditorComponent', () => {
|
||||
const decoration = editor.decorateMarker(marker, {type: 'highlight', class: 'a'})
|
||||
decoration.flash('b', 10)
|
||||
|
||||
// Flash on initial appearence of highlight
|
||||
// Flash on initial appearance of highlight
|
||||
await component.getNextUpdatePromise()
|
||||
const highlights = element.querySelectorAll('.highlight.a')
|
||||
expect(highlights.length).toBe(1)
|
||||
|
||||
Reference in New Issue
Block a user