mirror of https://github.com/status-im/consul.git
enable ember-exam
This commit is contained in:
parent
5b6ea377b4
commit
93490c600b
|
@ -3,7 +3,9 @@ import config from '../config/environment';
|
||||||
import { setApplication } from '@ember/test-helpers';
|
import { setApplication } from '@ember/test-helpers';
|
||||||
import { start } from 'ember-qunit';
|
import { start } from 'ember-qunit';
|
||||||
import './helpers/flash-message';
|
import './helpers/flash-message';
|
||||||
|
import loadEmberExam from 'ember-exam/test-support/load';
|
||||||
|
|
||||||
|
loadEmberExam();
|
||||||
setApplication(Application.create(config.APP));
|
setApplication(Application.create(config.APP));
|
||||||
|
|
||||||
start();
|
start();
|
||||||
|
|
Loading…
Reference in New Issue