Closed kalimar closed 8 years ago
I believe the documentation needs to mention how to install the test dependencies (e.g. bower install --save mocha).
bower install --save mocha
Does that sound right? If so, I'm happy to add and make the pull request.
Thanks
It should be --save-dev, because it's a development dependency. Yes, feel free to add it to the docs :+1:
--save-dev
Those should get installed automatically with the mocha generator
I believe the documentation needs to mention how to install the test dependencies (e.g.
bower install --save mocha
).Does that sound right? If so, I'm happy to add and make the pull request.
Thanks