Skip to content

Commit 2a4c32a

Browse files
authored
Merge pull request #1269 from gitKrystan/has-ember-version-types
Re-export hasEmberVersion (and its type) from @ember/test-helpers
2 parents 5defda5 + b9c9c35 commit 2a4c32a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • addon-test-support/@ember/test-helpers

addon-test-support/@ember/test-helpers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55

66
export { setResolver, getResolver } from './resolver';
77
export { getApplication, setApplication } from './application';
8+
export { default as hasEmberVersion } from './has-ember-version';
89
export {
910
default as setupContext,
1011
getContext,

0 commit comments

Comments
 (0)