v1.0.0
- Accepts new option (
--frameworks
) to pass comma seperated list of frameworks that
karma should load (i.e. mocha, requirejs, chai, sinon, etc), defaults to
'jasmine'. This option replace--test-framework
who's now deprecated. - Frameworks are injected in the karma config (in both .js and .coffee versions).
- Frameworks are added to the list of plugins (prefixed with
karma-
) and optionally installed via npm
Also updated to yeoman-generator
0.19 to facilitate composability.