mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove extra it
This commit is contained in:
@@ -41,7 +41,7 @@ describe "Selection", ->
|
||||
expect(selection.isEmpty()).toBeTruthy()
|
||||
|
||||
describe "when the cursor precedes the anchor", ->
|
||||
it "it deletes selected text and clears the selection", ->
|
||||
it "deletes selected text and clears the selection", ->
|
||||
selection.cursor.setScreenPosition [0,13]
|
||||
selection.selectToScreenPosition [0,4]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user