Reputation: 11
Installed:
npm install karma-jasmine-ajax --save-dev
Method call:
beforeEach(function() {
jasmine.Ajax.install();
});
In package.json:
Karma Version: "0.12.37"
karma-jasmine-ajax Version: "0.1.13"
In karma.config.js:
frameworks: ['jasmine-ajax', 'jasmine'],
plugins: [karma-jasmine-ajax]
Karma config file is configured properly, however, I'm getting this error
Upvotes: 1
Views: 330