mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Avoid duplicate attachToDOM call
This commit is contained in:
@@ -271,7 +271,6 @@ describe('TextEditorElement', () => {
|
||||
spyOn(window, 'requestAnimationFrame').andCallFake(fn => fn())
|
||||
|
||||
const element = buildTextEditorElement()
|
||||
jasmine.attachToDOM(element)
|
||||
|
||||
expect(element.isUpdatedSynchronously()).toBe(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user