-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
819560f
commit 2e9e181
Showing
13 changed files
with
89 additions
and
190 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,17 +1,12 @@ | ||
import moduleFor from 'ember-qunit/module-for'; | ||
import moduleForComponent from 'ember-qunit/module-for-component'; | ||
import moduleForModel from 'ember-qunit/module-for-model'; | ||
import test from 'ember-qunit/test'; | ||
import only from 'ember-qunit/only'; | ||
import skip from 'ember-qunit/skip'; | ||
import { setResolver } from 'ember-test-helpers'; | ||
import moduleFor from 'ember-qunit/module-for'; | ||
import moduleForComponent from 'ember-qunit/module-for-component'; | ||
import moduleForModel from 'ember-qunit/module-for-model'; | ||
import { setResolver } from 'ember-test-helpers'; | ||
export { test, skip, only } from 'qunit'; | ||
|
||
export { | ||
moduleFor, | ||
moduleForComponent, | ||
moduleForModel, | ||
test, | ||
only, | ||
skip, | ||
setResolver | ||
}; |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
/* globals test:true */ | ||
/* globals QUnit */ | ||
|
||
export var module = QUnit.module; | ||
export var test = QUnit.test; | ||
|
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
Oops, something went wrong.