Skip to content

v1.0.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 20 Apr 06:18
· 19 commits to main since this release
  • 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.