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-mochayarn add -D ember-mocha- Update
tests/test-helper.jsto replace any imports fromember-cli-mochawith an import fromember-mocha.
npm uninstall --save-dev ember-cli-mochanpm install --save-dev ember-mocha- Update
tests/test-helper.jsto replace any imports fromember-cli-mochawith an import fromember-mocha.