Skip to content

Commit 72326fe

Browse files
committed
tests: Adjust start() import
1 parent e80fca7 commit 72326fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test-helper.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import Application from '../app';
22
import config from '../config/environment';
33
import { setApplication } from '@ember/test-helpers';
4-
import { start } from 'ember-qunit';
5-
import loadEmberExam from 'ember-exam/test-support/load';
4+
import start from 'ember-exam/test-support/start';
65

76
setApplication(Application.create(config.APP));
87

9-
loadEmberExam();
108
start();

0 commit comments

Comments
 (0)