我正在构建一个来自我构建的Ember应用程序的插件并通过所有测试。 当我尝试对虚拟应用程序使用相同的验收测试并且我运行测试时,我得到了许多测试的错误(仅在PhantomJS中。所有测试都通过任何浏览器传递)。 我使用mocha和chai作为测试框架
Errors:
undefined is not a constructor (evaluating 'app.testHelpers.findWithAssert(selector, context)')
undefined is not a constructor (evaluating 'path.includes('bla')')
undefined is not a constructor (evaluating 'currentPath()')
undefined is not a constructor (evaluating 'path.includes('bla')')