Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のemberモデルにはいくつかのqunitテストがあります。
モデルを保存しようとすると、発生します
Assertion Failed: calling set on destroyed object
そして、これを実行するthis.subject().get('isDestroyed')とtrueが返されます。
this.subject().get('isDestroyed')
ここで何が起こっているのですか?
これで問題が解決しました:https://github.com/rwjblue/ember-qunit/issues/83#issuecomment-95990645