Closed merlosy closed 8 years ago
Note: since karma-jasmine: "~0.3", the package does not embed its own jasmine (https://github.com/karma-runner/karma-jasmine), but rely on jasmine-core: "~2.3.4" (https://www.npmjs.com/package/jasmine-core) by the Jasmine Team. Upgrading package.json worked fine for me so far, no regression noticed.
karma-jasmine: "~0.3"
jasmine-core: "~2.3.4"
After upgrading to the latest version of all of our node packages, this stopped working properly. I'm assuming this is why? Is there any update on getting this merged?
Bumped with latest pull request.
Note: since
karma-jasmine: "~0.3"
, the package does not embed its own jasmine (https://github.com/karma-runner/karma-jasmine), but rely onjasmine-core: "~2.3.4"
(https://www.npmjs.com/package/jasmine-core) by the Jasmine Team. Upgrading package.json worked fine for me so far, no regression noticed.