You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Initial
test_page
url intestem.json
:"tests/index.html?hidepassed&nojshint"
Running
ember test
completes without any JSHint tests having been ran.Add
coverage
in any inclusion order in thetest_page
url and JSHint tests are now ran, even thoughnojshint
remains set.This problem seems related to #16
The text was updated successfully, but these errors were encountered: