planck

Planck ClojureScript REPL
2016-08-22T03:19:35.000394Z

Is it possible to add planck to my test matrix?

mfikes 2016-08-22T03:21:47.000395Z

@xcthulhu What you mean? (What is your test matrix?)

2016-08-22T03:35:43.000396Z

Right now I'm running my tests with doo, checking Chrome, Firefox and Safari via Karma, as well as SlimerJS, PhantomJS and Nashorn

2016-08-22T03:35:58.000397Z

It'd be nice if I could also run my tests against planck

mfikes 2016-08-22T03:41:54.000398Z

@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

mfikes 2016-08-22T03:43:34.000400Z

@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

2016-08-22T03:54:45.000403Z

@mfikes Thanks! I'll look into how to run it automatically...