Skip to content

Commit

Permalink
Merge pull request #1269 from gitKrystan/has-ember-version-types
Browse files Browse the repository at this point in the history
Re-export hasEmberVersion (and its type) from @ember/test-helpers
  • Loading branch information
chriskrycho authored Dec 8, 2022
2 parents 5defda5 + b9c9c35 commit 2a4c32a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon-test-support/@ember/test-helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {

export { setResolver, getResolver } from './resolver';
export { getApplication, setApplication } from './application';
export { default as hasEmberVersion } from './has-ember-version';
export {
default as setupContext,
getContext,
Expand Down

0 comments on commit 2a4c32a

Please sign in to comment.