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
After upgrading to the latest ember-qunit and ember-cli(0.2 beta1), when I try to refactor tests to use assert.ok/equal instead of ok/equal, the tests throw an error that assert can't be found.
QUnit.assert works properly. I tried to add assert to the test jshint predef. Am I missing some configuration?
The text was updated successfully, but these errors were encountered:
After upgrading to the latest ember-qunit and ember-cli(0.2 beta1), when I try to refactor tests to use
assert.ok/equal
instead ofok/equal
, the tests throw an error thatassert can't be found
.QUnit.assert
works properly. I tried to addassert
to the test jshint predef. Am I missing some configuration?The text was updated successfully, but these errors were encountered: