File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import EmberApp from '@ember/application';
22import Resolver from 'ember-resolver';
33import EmberRouter from '@ember/routing/router';
4+ import * as QUnit from 'qunit';
5+ import { setApplication } from '@ember/test-helpers';
6+ import { setup } from 'qunit-dom';
7+ import { start as qunitStart, setupEmberOnerrorValidation } from 'ember-qunit';
48
59class Router extends EmberRouter {
610 location = 'none';
@@ -17,11 +21,6 @@ class TestApp extends EmberApp {
1721
1822Router.map(function () {});
1923
20- import * as QUnit from 'qunit';
21- import { setApplication } from '@ember/test-helpers';
22- import { setup } from 'qunit-dom';
23- import { start as qunitStart, setupEmberOnerrorValidation } from 'ember-qunit';
24-
2524export function start() {
2625 setApplication(
2726 TestApp.create({
You can’t perform that action at this time.
0 commit comments