mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Rename language-mode-spec.js to text-editor-spec.js
This gets the ball rolling toward converting the text editor specs to JS
This commit is contained in:
@@ -2,7 +2,7 @@ const dedent = require('dedent')
|
||||
const {Point, Range} = require('text-buffer')
|
||||
const {it, fit, ffit, fffit, beforeEach, afterEach} = require('./async-spec-helpers')
|
||||
|
||||
describe('LanguageMode', () => {
|
||||
describe('TextEditor', () => {
|
||||
let editor
|
||||
|
||||
afterEach(() => {
|
||||
Reference in New Issue
Block a user