私が構築し、すべてのテストに合格した 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')')