PhantomJS 2.1 - Global error: ReferenceError: Can't find variable: Ember at http://localhost:4221/1400/tests/index.html?hidepassed

PhantomJS 2.1 - Global error: ReferenceError: Can't find variable: Ember at http://localhost:4221/1400/tests/index.html?hidepassed

PhantomJS 2.1 - 全局错误:ReferenceError:找不到变量:Ember 在 http://localhost:4221/1400/tests/index.html?hidepassed

这是我的结果 ember version --verbose && npm --version && yarn --version

感谢@TBieniek 的反馈。在深入研究 tests/index.html 文件后,我找到了答案。

我在 tests/index.html 文件中使用了 rootURL。但是我没有在我的 environment.js 文件中为 rootURL 定义任何值。