This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ember-qunit as an NPM dependency.
This removes ember-qunit as a bower dependency (in favor of using NPM directly). Currently, this adds ember-qunit, ember-test-helpers, and klassy (required by ember-test-helpers) to `vendor.js`. That is slightly unfortunate, as ideally these would be added to `test-support.js` instead, however there is no mechanism other than `app.import` in ember-cli today (1.13.x timeframe) to handle this. IMO, we should add a `addon-test-support` tree, that appends to `test-support.js` by default. This would allow addons to provide test helpers much simpler than we can today.
- Loading branch information
Showing
3 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters