NOTE: This addon has been deprecated! Please use ember-mocha directly instead.
To upgrade from ember-cli-mocha
to ember-mocha
perform the following:
yarn remove ember-cli-mocha
yarn add -D ember-mocha
- Update
tests/test-helper.js
to replace any imports fromember-cli-mocha
with an import fromember-mocha
.
npm uninstall --save-dev ember-cli-mocha
npm install --save-dev ember-mocha
- Update
tests/test-helper.js
to replace any imports fromember-cli-mocha
with an import fromember-mocha
.