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

JSHint runs when coverage is enabled #84

Open
notmessenger opened this issue Sep 18, 2015 · 1 comment
Open

JSHint runs when coverage is enabled #84

notmessenger opened this issue Sep 18, 2015 · 1 comment

Comments

@notmessenger
Copy link
Contributor

Initial test_page url in testem.json: "tests/index.html?hidepassed&nojshint"

Running ember test completes without any JSHint tests having been ran.

Add coverage in any inclusion order in the test_page url and JSHint tests are now ran, even though nojshint remains set.

This problem seems related to #16

@sglanzer-deprecated
Copy link
Owner

Some investigation into what the nojshint flag does would be useful - my first guess would be that it excludes certain modules from the tests, whereas the coverage includes all modules. If that's the case it should be simple enough to pay attention to the nojshint flag and exclude those modules from being loaded by the coverage.

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

No branches or pull requests

2 participants