Ember Cli Mocha Versions Save

Mocha and Chai tests for ember-cli applications

v0.12.1

7 years ago

Implemented enhancements:

Fixed bugs:

v0.13.0

7 years ago

BREAKING CHANGES:

chai is now provided by the ember-cli-chai addon which will be added to your projects by default during ember install ember-cli-mocha.

If you upgrade your version of ember-cli-mocha you will have to run ember generate ember-cli-mocha to make sure the dependency gets installed in your project!

Implemented enhancements:

  • Remove unused/empty ember-cli-shims #134 (alexlafroscia)
  • Split "chai" code into ember-cli-chai #132
  • Remove dep on ember-cli-shims #131
  • Add "ember-cli-chai" to project instead of making it a dependency #144 (Turbo87)
  • Split "chai" code into "ember-cli-chai" addon #143 (Turbo87)

Merged pull requests:

v0.12.0

7 years ago

This release includes v0.9.x of ember-mocha that introduced a new testing API and deprecated the old describeModule() helpers.

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Release v0.11.0 #128

Merged pull requests:

v0.11.0

7 years ago

This release includes several breaking changes:

Implemented enhancements:

Closed issues:

  • Remove ember-cli-test-loader from bower.json #122
  • Inconsistent test names #121
  • Disable JSHint "expr" rule #120
  • Remove "ember-qunit-notifications" from "bower.json" #119
  • Avoid writing JSHint ignore on generated files #117
  • Increase test timeout with pauseTest\(\) #114
  • Move into "ember-cli" org #113
  • Support for ESLint? #105
  • Update to pull ember-test-helpers from NPM #92
  • Clicking on "failures" transitions to the main app #90
  • mocha parallel #78
  • Warn when bowers deps are out of sync #63
  • Intent to support linting flag #44

Merged pull requests:

v0.4.0

9 years ago
  • No longer needs jshint global declarations (since jshint 2.5.1+)
  • Imports latest ember-moch (0.4.0), which provides proper test context to setup/beforeEach and teardown/afterEach

v0.3.1

9 years ago