Updating the version of Jasmine used in karma-jasmine
Questions How can I update the version of Jasmine used when running Jasmine via Karma using the karma-jasmine plugin? Will Jasmine only get updated whenever the karma-jasmine plugin integrates a newer version of Jasmine , or can I point the karma-jasmine plugin to a newer version of Jasmine ? What version of Jasmine is installed by karma-jasmine ? Background I've installed Karma and karma-jasmine using Yeoman as follows: $ npm install -g generator-angular $ mkdir myapp && cd $_ $ yo angular Given that myapp/bower.json didn't list Jasmine as one of the Bower installed front-end packages but