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.
1 parent d9c5261 commit 785b21aCopy full SHA for 785b21a
2 files changed
docs/tests/test-helper.js
@@ -2,7 +2,9 @@ import Application from 'docs/app';
2
import config from 'docs/config/environment';
3
import { setApplication } from '@ember/test-helpers';
4
import { start } from 'ember-qunit';
5
+import { loadTests } from 'ember-qunit/test-loader';
6
7
+loadTests();
8
setApplication(Application.create(config.APP));
9
10
start();
test-app/tests/test-helper.js
@@ -2,7 +2,9 @@ import Application from 'test-app/app';
import config from 'test-app/config/environment';
0 commit comments