rkoeninger / hyjinks

HTML generation/templating library for Clojure[Script]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add unit tests for react/dom backend

rkoeninger opened this issue · comments

Added tests in 107a959

So I have the tests running the browser on dev machine. Tests are in https://github.com/rkoeninger/hyjinks/blob/master/src/cljs_dev/dev.cljs.

But they won't run on CI.

Tried to make them identical to setup in Revolt, but phantomjs doesn't load or run javascript for unknown reason.

Got tests running on CI: 53b5cfd