This package has been deprecated

Author message:

Use ember-qunit instead.

ember-cli-qunit

4.4.0 • Public • Published

ember-cli-qunit

This addon that adds QUnit to the generated Ember CLI test output (in test-support.js).

Installation / Usage

From within your Ember CLI application run the following:

ember install ember-cli-qunit

Upgrading

To upgrade from ember-cli-qunit@3 to ember-cli-qunit@4 perform the following:

  • yarn upgrade ember-cli-qunit@^4 or npm install --save-dev ember-cli-qunit@^4
  • Add the following snippet to your tests/test-helper.js file:
import { start } from 'ember-cli-qunit';
 
start();

References

Dependencies (2)

Dev Dependencies (10)

Package Sidebar

Install

npm i ember-cli-qunit

Weekly Downloads

15,521

Version

4.4.0

License

MIT

Unpacked Size

264 kB

Total Files

10

Last publish

Collaborators

  • ember-cli
  • nathanhammond
  • rwjblue
  • stefanpenner
  • trentmwillis
  • turbo87