ember-cli-mochadeprecated

Mocha and Chai tests for ember-cli applications

Usage no npm install needed!

<script type="module">
  import emberCliMocha from 'https://cdn.skypack.dev/ember-cli-mocha';
</script>

README

ember-cli-mocha

Build Status npm version Ember Observer Score

Mocha / Chai testing for your Ember CLI apps.

Installation

Install ember-cli-mocha:

ember install ember-cli-mocha

Usage

Tests rely on ember-mocha modules and helpers. Please refer to that project to understand detailed usage.

Compatibility

  • ember-cli-mocha v0.14.0 requires at least Ember CLI v2.2.0 and Node.js 4
  • Ember CLI v2.13+ requires at least ember-cli-mocha v0.13.3
  • Ember CLI v2.12+ requires at least ember-cli-mocha v0.13.2

Blueprints

Previous releases of this addon contained the blueprints necessary to generate Mocha tests for your apps and addons. These blueprints have since been moved into ember.js, ember-data and ember-cli-legacy-blueprints.

Recent releases of Ember CLI contain ember-cli-legacy-blueprints by default. If you are using an older release then please add the ember-cli-legacy-blueprints dependency manually to your project.

Copyright and License

Copyright 2014 Switchfly

This product includes software developed at Switchfly (http://www.switchfly.com).

NOTICE: Only our own original work is licensed under the terms of the Apache License Version 2.0. The licenses of some libraries might impose different redistribution or general licensing terms than those stated in the Apache License. Users and redistributors are hereby requested to verify these conditions and agree upon them.