Is it possible to add planck to my test matrix?
@xcthulhu What you mean? (What is your test matrix?)
Right now I'm running my tests with doo
, checking Chrome, Firefox and Safari via Karma, as well as SlimerJS, PhantomJS and Nashorn
It'd be nice if I could also run my tests against planck
@xcthulhu cljs.test
was ported to bootstrap in February, with this landing in ClojureScript proper in April—so testing if your library works in bootstrap using Planck is certainly possible. See http://planck-repl.org/testing.html
@xcthulhu It is also possible to set up your project so it can execute its tests via bootstraped ClojureScripot in Node. See https://github.com/mfikes/titrate
@mfikes Thanks! I'll look into how to run it automatically...