I didn't update async test as it doesn't work anyway - it's async and should use async: https://cljs.github.io/api/cljs.test/#async. I've tried but then I've got this nothing telling error:
FAIL in (slurp-async-test) (at FSReqWrap.oncomplete (fs.js:141:20)
expected: false
actual: false
also in the async test - first argument of callback is value, but it should be error :). Maybe doo is hiding some exception that occured...
You probably noticed, but ci is complaining on master about present package.json.
Fixes: https://github.com/macchiato-framework/macchiato-core/issues/38
I didn't update async test as it doesn't work anyway - it's async and should use
async
: https://cljs.github.io/api/cljs.test/#async. I've tried but then I've got this nothing telling error:also in the async test - first argument of callback is value, but it should be error :). Maybe doo is hiding some exception that occured...
You probably noticed, but ci is complaining on
master
about presentpackage.json
.