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.
start()
1 parent e80fca7 commit 72326feCopy full SHA for 72326fe
tests/test-helper.js
@@ -1,10 +1,8 @@
1
import Application from '../app';
2
import config from '../config/environment';
3
import { setApplication } from '@ember/test-helpers';
4
-import { start } from 'ember-qunit';
5
-import loadEmberExam from 'ember-exam/test-support/load';
+import start from 'ember-exam/test-support/start';
6
7
setApplication(Application.create(config.APP));
8
9
-loadEmberExam();
10
start();
0 commit comments