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

Enable passing a regex to doo-all-tests #48

Closed arichiardi closed 8 years ago

arichiardi commented 8 years ago

Mimicking run-all-tests.

I can take care of it, it should be so easy to do :+1:

bensu commented 8 years ago

Go for it!

Make sure to check they are regex objects and not strings. I have some ideas for what to do with strings, and is not just transforming to the equivalent regex. So something like (run-all-tests #"youregex") and not (run-all-tests "a-string").

arichiardi commented 8 years ago

Can you share your ideas for strings, maybe I can take a stab at it :)

bensu commented 8 years ago

Closed by #50