mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Unfocus test 🙈
This commit is contained in:
@@ -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]])
|
||||
|
||||
Reference in New Issue
Block a user