Skip to content

Commit

Permalink
[BUGFIX release] use import type in helpers/index.ts
Browse files Browse the repository at this point in the history
typechecking in new apps fails atm
  • Loading branch information
NullVoxPopuli committed Nov 21, 2023
1 parent 0c43a1a commit 49f1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/app/files/tests/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
setupApplicationTest as upstreamSetupApplicationTest,
setupRenderingTest as upstreamSetupRenderingTest,
setupTest as upstreamSetupTest,
SetupTestOptions,
type SetupTestOptions,
} from 'ember-qunit';

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

0 comments on commit 49f1169

Please sign in to comment.