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 プロジェクトを ember-cli@2.7.0 にアップグレードした後、取得の問題に遭遇しました。
$ ember test -s
私のテストブラウザ(Chromium、Firefox)で再び動作します。
構成ファイルをどのように設定しても、PhantomJS のみが起動されましたtestem.js
testem.js
アップグレード後、2 つの testem 関連の構成ファイルがあることに気付きました。
後者のもの(testem.json)を削除すると、再び機能するようになりました。