Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

ember-cli/ember-cli-mocha

Repository files navigation

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.

About

Mocha and Chai tests for ember-cli applications

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 28

AltStyle によって変換されたページ (->オリジナル) /