mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄 Require Editor and Range from atom
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{_, $, $$, fs, RootView} = require 'atom'
|
||||
Editor = require '../src/editor'
|
||||
{Range} = require 'telepath'
|
||||
{_, $, $$, fs, Editor, Range, RootView} = require 'atom'
|
||||
path = require 'path'
|
||||
|
||||
describe "Editor", ->
|
||||
|
||||
Reference in New Issue
Block a user