enable ember-exam

This commit is contained in:
Alvin Huang 2018-12-20 12:53:32 -05:00
parent 5b6ea377b4
commit 93490c600b
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@ import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';
import './helpers/flash-message';
import loadEmberExam from 'ember-exam/test-support/load';
loadEmberExam();
setApplication(Application.create(config.APP));
start();