oreporan / wePlayMin

WePlay - the social football managing app
0 stars 1 forks source link

issue with running mocha #18

Closed oreporan closed 8 years ago

oreporan commented 8 years ago

I made a new test directory under models, but to run mocha I need to be in external directory or in models How can we make it run straight from lib directory?

oreporan commented 8 years ago

ok the solution I found is to run it like this from /lib

mocha --recursive . (note the '.' at the end!)

I guess each of us will have to do it by ourselves..

Yahavw commented 8 years ago

Good job! So can we close this?

2015-10-03 19:09 GMT+03:00 oreporan notifications@github.com:

ok the solution I found is to run it like this from /lib

mocha --recursive . (note the '.' at the end!)

I guess each of us will have to do it by ourselves..

— Reply to this email directly or view it on GitHub https://github.com/oreporan/wePlayMin/issues/18#issuecomment-145261461.