Skip to content

Commit

Permalink
fix branded header tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Oct 24, 2023
1 parent 354f5f6 commit 603a976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/components/branded-header/component-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { render } from '@ember/test-helpers';
import { hbs } from 'ember-cli-htmlbars';
import { setupMirage } from 'ember-cli-mirage/test-support';
import { setupIntl } from 'ember-intl/test-support';
import { setupRenderingTest } from 'ember-qunit';
import { TestContext } from 'ember-test-helpers';
import { module, test } from 'qunit';
Expand All @@ -9,6 +10,7 @@ import sinon from 'sinon';
module('Integration | Component | branded-header', hooks => {
setupRenderingTest(hooks);
setupMirage(hooks);
setupIntl(hooks);

hooks.beforeEach(function(this: TestContext) {
// this.store = this.owner.lookup('service:store');
Expand Down

0 comments on commit 603a976

Please sign in to comment.