Skip to content

ember-cli/ember-cli-mocha

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ember-cli-mocha

NOTE: This addon has been deprecated! Please use ember-mocha directly instead.

Migrating to ember-mocha

To upgrade from ember-cli-mocha to ember-mocha perform the following:

yarn

  • yarn remove ember-cli-mocha
  • yarn add -D ember-mocha
  • Update tests/test-helper.js to replace any imports from ember-cli-mocha with an import from ember-mocha.

npm

  • npm uninstall --save-dev ember-cli-mocha
  • npm install --save-dev ember-mocha
  • Update tests/test-helper.js to replace any imports from ember-cli-mocha with an import from ember-mocha.