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