Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Brunch.io, how do we run tests

In an application generated by Brunch.io, how do we run tests? I would like to run them via the command line.

For eg., the todos application has quite exhaustive test coverage. But its Cakefile is empty. When I run 'cake test', it doesn't do anything. Can someone please point me in the right direction on the setup work needed to run the tests (either on command line or on browser)?

like image 711
jqmuser Avatar asked Feb 25 '12 12:02

jqmuser


1 Answers

Currently there is no official way to run tests in brunch 0.9.

But brunch 1.0 will introduce full support of testing with Mocha and cakefiles.

So you're doing the right thing.

like image 168
Paul Miller Avatar answered Sep 21 '22 04:09

Paul Miller