Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError: getJasmineRequireObj is not defined #22

Open
mhdSid opened this issue Jun 14, 2016 · 1 comment
Open

Uncaught ReferenceError: getJasmineRequireObj is not defined #22

mhdSid opened this issue Jun 14, 2016 · 1 comment

Comments

@mhdSid
Copy link

mhdSid commented Jun 14, 2016

Karma Version: "0.12.37"
karma-jasmine-ajax Version: "0.1.13"

Karma config file is configured properly, however, I'm getting this error

Here's the stackoverflow question url: http://stackoverflow.com/questions/37810343/why-am-i-getting-this-error-when-calling-the-method-jasmine-ajax-install

@mishasmaha
Copy link

Try this changes in karma.config.js :
frameworks: ['jasmine', 'jasmine-ajax']
changing to: frameworks: ['jasmine-ajax', 'jasmine']

this changing fixed the problem for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants