我正在从我构建并通过所有测试的 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')')