-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency ember-qunit to v5 (#90)
* Update dependency ember-qunit to v5 * adjust setup for ember-qunit v5 and upgrade qunit-dom * yarn upgrade Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jeldrik Hanschke <[email protected]>
- Loading branch information
1 parent
db5e182
commit 585f813
Showing
4 changed files
with
2,062 additions
and
2,847 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
import Application from 'dummy/app'; | ||
import config from 'dummy/config/environment'; | ||
import * as QUnit from 'qunit'; | ||
import { setApplication } from '@ember/test-helpers'; | ||
import { setup } from 'qunit-dom'; | ||
import { start } from 'ember-qunit'; | ||
|
||
setApplication(Application.create(config.APP)); | ||
|
||
setup(QUnit.assert); | ||
|
||
start(); |
Oops, something went wrong.