💄 Remove unused requires.

This commit is contained in:
Cheng Zhao 2013-09-17 00:05:09 +08:00
parent c682a964fa
commit 61f9cf059a

View File

@ -1,6 +1,4 @@
$ = require 'jquery'
fs = require 'fs'
path = require 'path'
describe '"atom" protocol URL', ->
it 'sends the file relative in the package as response', ->
@ -11,7 +9,7 @@ describe '"atom" protocol URL', ->
success: callback
# In old versions of jQuery, ajax calls to custom protocol would always
# be treated as error eventhough the browser thinks it's a success
# request
# request.
error: callback
waitsFor 'request to be done', -> called is true