We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20462fb commit 92cc3f8Copy full SHA for 92cc3f8
1 file changed
test-app/tests/test-helper.js
@@ -1,13 +1,11 @@
1
/* globals Testem */
2
-import config from 'test-app/config/environment';
3
import * as QUnit from 'qunit';
4
import AbstractTestLoader from 'ember-cli-test-loader/test-support/index';
5
import Ember from 'ember';
6
import { isSettled, getSettledState } from '@ember/test-helpers';
7
import { _backburner } from '@ember/runloop';
8
import './helpers/resolver';
9
import { setup } from 'qunit-dom';
10
-import { setApplication } from '@ember/test-helpers';
11
import { start } from 'ember-qunit';
12
13
import {
0 commit comments