Install jasmine-jquery from github to fix a bug in the toContain expectation
This diff is collapsed.
... | ... | @@ -70,7 +70,7 @@ |
"eslint-config-edx-es5": "2.0.0", | ||
"eslint-import-resolver-webpack": "0.8.4", | ||
"jasmine-core": "2.6.4", | ||
"jasmine-jquery": "2.1.1", | ||
"jasmine-jquery": "git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58", | ||
"karma": "0.13.22", | ||
"karma-chrome-launcher": "0.2.3", | ||
"karma-coverage": "0.5.5", | ||
... | ... |
Please register or sign in to comment