Skip to content

Commit 06eafc9

Browse files
committed
Update test-helper(s) to use enterTestMode
1 parent b88fafa commit 06eafc9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test-app/tests/test-helper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import Application from 'test-app/app';
2-
import config from 'test-app/config/environment';
2+
import config, { enterTestMode } from 'test-app/config/environment';
33
import { setApplication } from '@ember/test-helpers';
44
import { start as qunitStart, setupEmberOnerrorValidation } from 'ember-qunit';
55

66
export function start() {
7+
enterTestMode();
78
setApplication(Application.create(config.APP));
89

910
setupEmberOnerrorValidation();

0 commit comments

Comments
 (0)