Skip to content

Commit 8827147

Browse files
committed
Fix boxel-ui test types
1 parent f8c9d7a commit 8827147

File tree

1 file changed

+1
-1
lines changed
  • packages/boxel-ui/test-app/tests/helpers

1 file changed

+1
-1
lines changed

packages/boxel-ui/test-app/tests/helpers/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Resolver from 'ember-resolver';
21
import {
32
// prettier-ignore
43
setupApplicationTest as upstreamSetupApplicationTest,
@@ -7,6 +6,7 @@ import {
76
// prettier-ignore
87
setupTest as upstreamSetupTest,
98
// prettier-ignore
9+
SetupTestOptions,
1010
} from 'ember-qunit';
1111

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

0 commit comments

Comments
 (0)