mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove unused class
This commit is contained in:
committed by
probablycorey
parent
12b5c43d85
commit
e8bf433c68
@@ -7,15 +7,13 @@ describe "Task shell", ->
|
||||
spyOn(console, 'log')
|
||||
spyOn(console, 'error')
|
||||
spyOn(console, 'warn')
|
||||
class JQueryTask extends Task
|
||||
constructor: -> super('fixtures/jquery-task-handler.coffee')
|
||||
started: -> @callWorkerMethod('load')
|
||||
loaded: (@jqueryLoaded) ->
|
||||
|
||||
task = new JQueryTask()
|
||||
task.start()
|
||||
|
||||
waitsFor "child process to start and jquery to be required", 5000, ->
|
||||
task.jqueryLoaded
|
||||
|
||||
runs ->
|
||||
expect(task.jqueryLoaded).toBeTruthy()
|
||||
expect(console.log).not.toHaveBeenCalled()
|
||||
|
||||
Reference in New Issue
Block a user