Remove anything not needed for test
This commit is contained in:
parent
c9953b8830
commit
17be53408a
|
@ -1,7 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
cylon = source("cylon")
|
||||
Robot = source("robot")
|
||||
|
||||
describe "basic tests", ->
|
||||
it "standard async test", (done) ->
|
||||
|
|
Loading…
Reference in New Issue