Update test-helper to new testing style

This commit is contained in:
Michael Lange
2019-03-13 19:16:01 -07:00
parent 43a9b6d865
commit 2d6aaaa837

View File

@@ -1,7 +1,9 @@
import 'core-js';
import resolver from './helpers/resolver';
import { setResolver } from 'ember-qunit';
import { start } from 'ember-cli-qunit';
import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';
setApplication(Application.create(config.APP));
setResolver(resolver);
start();