Ember addon。验收测试:undefined不是构造函数

时间:2016-05-20 15:58:50

标签: ember.js ember-data ember-cli acceptance-testing ember-addon

我正在构建一个来自我构建的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')')

0 个答案:

没有答案