Skip to content

Commit 785b21a

Browse files
committed
Fix
1 parent d9c5261 commit 785b21a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/tests/test-helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import Application from 'docs/app';
22
import config from 'docs/config/environment';
33
import { setApplication } from '@ember/test-helpers';
44
import { start } from 'ember-qunit';
5+
import { loadTests } from 'ember-qunit/test-loader';
56

7+
loadTests();
68
setApplication(Application.create(config.APP));
79

810
start();

test-app/tests/test-helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import Application from 'test-app/app';
22
import config from 'test-app/config/environment';
33
import { setApplication } from '@ember/test-helpers';
44
import { start } from 'ember-qunit';
5+
import { loadTests } from 'ember-qunit/test-loader';
56

7+
loadTests();
68
setApplication(Application.create(config.APP));
79

810
start();

0 commit comments

Comments
 (0)