Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-cli/ember-cli-qunit
QUnit testing package for ember-cli applications
https://github.com/ember-cli/ember-cli-qunit
ember ember-cli ember-cli-qunit qunit
Last synced: about 1 month ago
JSON representation
QUnit testing package for ember-cli applications
- Host: GitHub
- URL: https://github.com/ember-cli/ember-cli-qunit
- Owner: ember-cli
- License: mit
- Created: 2014-07-06T18:46:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T14:25:41.000Z (about 6 years ago)
- Last Synced: 2024-12-08T14:35:36.075Z (about 2 months ago)
- Topics: ember, ember-cli, ember-cli-qunit, qunit
- Language: JavaScript
- Size: 466 KB
- Stars: 30
- Watchers: 13
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## ember-cli-qunit
**NOTE: This addon has been deprecated! Please use ember-qunit directly instead.**
### Migrating to `ember-qunit`
To upgrade from `ember-cli-qunit@4` to `ember-qunit@4` perform the following:
#### `yarn`
* `yarn remove ember-cli-qunit`
* `yarn add -D ember-qunit`
* Update `tests/test-helper.js` to replace any imports from `ember-cli-qunit` with an import from `ember-qunit`.#### `npm`
* `npm uninstall --save-dev ember-cli-qunit`
* `npm install --save-dev ember-qunit`
* Update `tests/test-helper.js` to replace any imports from `ember-cli-qunit` with an import from `ember-qunit`.