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
Sorry for letting this linger so long, this issue is quite out of date and likely the underlying problem has been fixed. Initial implementation of the new ember-qunit API (from emberjs/rfcs#232) has landed and will be included in 3.0.0 release soon.
Closing as I do not believe that this issue can be addressed in the current ember-qunit@2 API.
I'm running into issues unit testing a model which has POJO attributes. E.g.:
In my test, using moduleForModel, the subject object doesn't seem to contain those attributes. Only datatyped ones.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: