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)。
无论我如何设置配置文件,都只启动了 PhantomJStestem.js
testem.js
我意识到升级后有2个与testem相关的配置文件:
删除后一个(testem.json)使其再次工作。