Skip to content

Commit 0cd3233

Browse files
committed
upgrade ember-qunit integration per Ember CLI v6.2 blueprints
1 parent d257508 commit 0cd3233

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test-app/tests/test-helper.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ import config from 'test-app/config/environment';
33
import * as QUnit from 'qunit';
44
import { setApplication } from '@ember/test-helpers';
55
import { setup } from 'qunit-dom';
6-
import { start } from 'ember-qunit';
6+
import { loadTests } from 'ember-qunit/test-loader';
7+
import { start, setupEmberOnerrorValidation } from 'ember-qunit';
78

89
setApplication(Application.create(config.APP));
910

1011
setup(QUnit.assert);
11-
12+
setupEmberOnerrorValidation();
13+
loadTests();
1214
start();

0 commit comments

Comments
 (0)