Skip to content

Commit

Permalink
remove unnecessary element definition
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCrotaz committed Nov 8, 2020
1 parent 5c57a58 commit 9d721f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { moduleForComponent, test } from 'ember-qunit';<% if (testType === 'inte
import { TestContext } from 'ember-test-helpers';

type Context = TestContext & {
<% if (testType === 'integration') { %>element: HTMLElement<% } %>
// add your test properties here
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { render } from '@ember/test-helpers';
<%= hbsImportStatement %>

type Context = TestContext & {
<% if (testType === 'integration') { %>element: HTMLElement<% } %>
// add your test properties here
}

Expand Down

0 comments on commit 9d721f8

Please sign in to comment.