mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
🎨
This commit is contained in:
@@ -5815,7 +5815,7 @@ describe "TextEditor", ->
|
||||
expect(editor1.isPending()).toBe true
|
||||
expect(editor.isPending()).toBe false # By default pending status is false
|
||||
|
||||
it "invokes ::onDidTerminatePendingState observers if pending status is removed", ->
|
||||
it "invokes ::onDidTerminatePendingState observers if pending status is terminated", ->
|
||||
events = []
|
||||
editor1.onDidTerminatePendingState (event) -> events.push(event)
|
||||
editor1.terminatePendingState()
|
||||
|
||||
Reference in New Issue
Block a user