cloth icon indicating copy to clipboard operation
cloth copied to clipboard

Clojure/clojurescript tests fail

Open benjiqq opened this issue 8 years ago • 1 comments

with solidity 0.4.17

Clojure

lein test

Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context

Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80

==== Clojurescript

node --version v8.4.0

lein doo chrome test

... done. Elapsed 21.346242451 seconds java.io.IOException: Cannot run program "karma": error=2, No such file or directory

Might be some node issue.

benjiqq avatar Oct 03 '17 06:10 benjiqq

@benjyz did you find a solution to this problem?

I'm getting started with Clojurescript and running into the same problem.

andycoffwa avatar Sep 13 '18 03:09 andycoffwa