Unfocus test 🙈

This commit is contained in:
Nathan Sobo
2019-04-09 10:54:01 -06:00
parent 397d427568
commit 513a38bcea

View File

@@ -8425,7 +8425,7 @@ describe('TextEditor', () => {
expect(editor.lineTextForBufferRow(0)).toBe('test')
})
fit('does not select the new delimiters', () => {
it('does not select the new delimiters', () => {
editor.setText('<!-- test -->')
let delimLength = '<!--'.length
let selection = editor.addSelectionForBufferRange([[0, delimLength], [0, delimLength]])