Skip to content

Commit 9d721f8

Browse files
committed
remove unnecessary element definition
1 parent 5c57a58 commit 9d721f8

File tree

2 files changed

+0
-2
lines changed
  • blueprints/component-test
    • qunit-files/__root__/__testType__/__path__
    • qunit-rfc-232-files/__root__/__testType__/__path__

2 files changed

+0
-2
lines changed

blueprints/component-test/qunit-files/__root__/__testType__/__path__/__test__.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { moduleForComponent, test } from 'ember-qunit';<% if (testType === 'inte
33
import { TestContext } from 'ember-test-helpers';
44

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

blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { render } from '@ember/test-helpers';
55
<%= hbsImportStatement %>
66

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

0 commit comments

Comments
 (0)