Skip to content

Commit 49f1169

Browse files
committed
[BUGFIX release] use import type in helpers/index.ts
typechecking in new apps fails atm
1 parent 0c43a1a commit 49f1169

File tree

1 file changed

+1
-1
lines changed
  • blueprints/app/files/tests/helpers

1 file changed

+1
-1
lines changed

blueprints/app/files/tests/helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
setupApplicationTest as upstreamSetupApplicationTest,
33
setupRenderingTest as upstreamSetupRenderingTest,
44
setupTest as upstreamSetupTest,
5-
SetupTestOptions,
5+
type SetupTestOptions,
66
} from 'ember-qunit';
77

88
// This file exists to provide wrappers around ember-qunit's

0 commit comments

Comments
 (0)