Skip to content

Commit

Permalink
chore(test-app): fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Aug 15, 2024
1 parent 74cf4ff commit c4fd76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/test-app/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 / ember-mocha's
Expand Down

0 comments on commit c4fd76b

Please sign in to comment.