Skip to content

Commit

Permalink
Update tests/helpers/setup-ember-debug-test.js
Browse files Browse the repository at this point in the history
Update tests/helpers/setup-ember-debug-test.js

Update tests/helpers/setup-ember-debug-test.js

Update tests/helpers/setup-ember-debug-test.js

Update tests/helpers/setup-ember-debug-test.js

Update tests/helpers/setup-ember-debug-test.js
  • Loading branch information
chancancode authored and Bing Dai committed Oct 16, 2021
1 parent 1d51742 commit b782864
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/helpers/setup-ember-debug-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ export default function setupEmberDebugTest(hooks, options = {}) {

app = Application.create({
...config.APP,
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Resolver
Resolver,
});
setApplication(app);

await setupContext(this);
await setupApplicationContext(this);

Expand Down

0 comments on commit b782864

Please sign in to comment.