bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Add basic boot-driven tests #80

Closed crisptrutski closed 8 years ago

crisptrutski commented 8 years ago

If you'll indulge me, we will call this metacircular testing

crisptrutski commented 8 years ago

@bensu added just the phantom case. If we want to be more comprehensive, maybe it's time to generate the test suite combinations somehow (list is getting long!)

bensu commented 8 years ago

Cool! I added the commits, but did a rebase before to squash the extra Travis workarounds, so github is not recognizing this as merged.

I agree, I should revise the circle script to generate all the combinations. I think I'll do it when Slimer solves #39