rwjblue / broccoli-jshint

MIT License
6 stars 30 forks source link

Add `assert.expect` to generated tests #36

Closed trentmwillis closed 8 years ago

trentmwillis commented 8 years ago

We'd like to turn on QUnit.config.requireExpects in our project and in order to do so we need our JSHint tests to also add an assert.expect statement.

I realize it doesn't add a whole lot of value to the generated tests, but it would be nice to offer developers the option to use requireExpects with this module.

If this sounds reasonable I'll make the required PR (should be simple).

rwjblue commented 8 years ago

Ya, I'm game!