Ember.js: [グリマー2]コンポーネント統合テスト

作成日 2016年07月30日  ·  4コメント  ·  ソース: emberjs/ember.js

本日リリースされたEmberalphaを使用した新しく作成されたアプリでは、統合テストは失敗します。

これは、問題を再現し

ember new test-app
cd test-app
bower install -S ember#alpha
ember g component-test fails
ember test
Bug Glimmer2

最も参考になるコメント

[email protected]時点で、 ember g component it-worksは変更なしで合格します。 デモのためにhttps://github.com/dfreeman/glimmer-integration-failure/pull/2を送信しました。

これが終了したと見なします(ただし、問題が発生した場合はチャイムを鳴らして、再開します)。

全てのコメント4件

ここで#13970とhttps://github.com/switchfly/ember-test-helpers/pull/167で報告された直接の問題を修正しましたが、トップレベルのコンセントがember-test-helpers。

で行われているより多くの作業:

[email protected]からの変更により、基本的なthis.renderはずです(https://github.com/dfreeman/glimmer-integration-failure/pull/1をテストリポジトリに送信) 。

現時点では、ember-test-helpersでthis.clearRender()がサポートされていないため、一般的なember g component x-fooは引き続き失敗します(まだ作業中です)。

[email protected]時点で、 ember g component it-worksは変更なしで合格します。 デモのためにhttps://github.com/dfreeman/glimmer-integration-failure/pull/2を送信しました。

これが終了したと見なします(ただし、問題が発生した場合はチャイムを鳴らして、再開します)。

このページは役に立ちましたか?
0 / 5 - 0 評価