Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure mocha using Grunt rather than mocha.opts #55

Open
gaurav21r opened this issue Oct 17, 2016 · 0 comments
Open

Configure mocha using Grunt rather than mocha.opts #55

gaurav21r opened this issue Oct 17, 2016 · 0 comments

Comments

@gaurav21r
Copy link
Member

In line with our strategy, grunt provides a very productive, declarative way of giving configuration options to tools, not to mention standardized. Its much better to give options to mocha too using grunt than an opts file.

Further, this can also mean we can have different options for different grunt tasks (say one for the CI server one for the local environment etc.) which is not possible with opts.

@riteshe63 Please let me knoe if there is something we can write in the opts which we can't in the Gruntfile?

This will require some changes in #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants