mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
💄
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
LineIndex = require 'line-index'
|
||||
|
||||
describe "LineIndex", ->
|
||||
index = null
|
||||
|
||||
beforeEach ->
|
||||
index = new LineIndex
|
||||
|
||||
describe "", ->
|
||||
|
||||
it "", ->
|
||||
index.insert()
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
module.exports =
|
||||
class LineIndex
|
||||
|
||||
Reference in New Issue
Block a user