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 b88fafa commit 06eafc9Copy full SHA for 06eafc9
1 file changed
test-app/tests/test-helper.js
@@ -1,9 +1,10 @@
1
import Application from 'test-app/app';
2
-import config from 'test-app/config/environment';
+import config, { enterTestMode } from 'test-app/config/environment';
3
import { setApplication } from '@ember/test-helpers';
4
import { start as qunitStart, setupEmberOnerrorValidation } from 'ember-qunit';
5
6
export function start() {
7
+ enterTestMode();
8
setApplication(Application.create(config.APP));
9
10
setupEmberOnerrorValidation();
0 commit comments