Skip to content

Commit 572b77a

Browse files
committed
qunit-dom: Add missing setup() call
1 parent 47c99ea commit 572b77a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test-helper.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
import { setApplication } from '@ember/test-helpers';
22
import start from 'ember-exam/test-support/start';
3+
import * as QUnit from 'qunit';
4+
5+
import { setup } from 'qunit-dom';
36

47
import Application from '../app';
58
import config from '../config/environment';
69

10+
setup(QUnit.assert);
11+
712
setApplication(Application.create(config.APP));
813

914
start();

0 commit comments

Comments
 (0)