ont-app/rdf

cljsbuild tests fail

ont-app opened this issue · 1 comments

After updating dependencies on this and support libs, we get this:

;; ======================================================================
;; Testing with Node:

/home/eric/Projects/Ont-app/rdf/resources/test/compiled.js:1688
Ul.h(ub.ui,ov);Ul.h(C0.zi.Ni,ov);I0.D(null,ov,function(a){return a});I0.D(null,fm,function(a){return E0(a)});var O0=Yh(new n(null,5,[bF,"GRAPH DEFAULT {",Bu,"?_s",Nn,"?_p",iE,"?_o",tF,"}"],null));var P0={},Q0=function Q0(){return gU(jU(Q0.$c))};

Removing dependencies on cljs until this is fixed.

After refactoring under deps.edn, make test-js and make test-node still fail.

Commenting out the cljs-related stuff in deps.edn and Makefile for now.