mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused imports
This commit is contained in:
@@ -3,8 +3,6 @@ RootView = require 'root-view'
|
||||
{$$} = require 'space-pen'
|
||||
fsUtils = require 'fs-utils'
|
||||
Exec = require('child_process').exec
|
||||
_ = require 'underscore'
|
||||
Project = require 'project'
|
||||
|
||||
describe "the `atom` global", ->
|
||||
beforeEach ->
|
||||
@@ -346,4 +344,4 @@ describe "the `atom` global", ->
|
||||
expect(coverage).toBeGreaterThan 80
|
||||
|
||||
# stderr
|
||||
expect(docRunner.argsForCall[0][2]).toBe ''
|
||||
expect(docRunner.argsForCall[0][2]).toBe ''
|
||||
|
||||
Reference in New Issue
Block a user