We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afca5e2 commit 4bc81c5Copy full SHA for 4bc81c5
test-app/tests/test-helper.ts
@@ -3,10 +3,12 @@ import config from 'test-app/config/environment';
3
import * as QUnit from 'qunit';
4
import { setApplication } from '@ember/test-helpers';
5
import { setup } from 'qunit-dom';
6
-import { start } from 'ember-qunit';
+import { loadTests } from 'ember-qunit/test-loader';
7
+import { start, setupEmberOnerrorValidation } from 'ember-qunit';
8
9
setApplication(Application.create(config.APP));
10
11
setup(QUnit.assert);
-
12
+setupEmberOnerrorValidation();
13
+loadTests();
14
start();
0 commit comments