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.testing = true単体テスト用に設定したいと思います。オフ ( ) で多くのテストを書きましたが、falseオンにしようとすると、
Ember.testing = true
false
「null」はオブジェクトではありません (「loop.schedule」の評価)
もちろん、Ember.testing = false特定のテストを設定することはできますが、根本的な問題を突き止めたいと考えています。この設定と互換性のないテストで行っていることは何ですか?
Ember.testing = false
実行するには、Ember.run()を使用する必要がある場合があります。
この記事が役立つかもしれません。