3
這是從karma.conf.js文件中使用beforeEach beforeEach(注(函數(...)...);部分代碼導致此錯誤 當我嘗試運行測試:不能與注射功能
PhantomJS 1.9.8 (Windows 8 0.0.0) my.test "before each" hook: workFn for "exists" FAILED
Error: [$injector:modulerr] Failed to instantiate module ng due to:
TypeError: 'undefined' is not an object (evaluating 'Function.prototype.bind.apply')
我找不出什麼問題。有人有任何想法嗎?謝謝。
我能夠使用來解決這個問題https://www.npmjs.com/package/phantomjs-polyfill – accraze