Skip to content

Commit

Permalink
Use export type for RenderingTestContext
Browse files Browse the repository at this point in the history
(cherry picked from commit 5024ed0)
  • Loading branch information
gitKrystan authored and chriskrycho committed Dec 15, 2022
1 parent 3214483 commit 2dc5077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon-test-support/@ember/test-helpers/index.ts
Expand Up @@ -29,7 +29,6 @@ export {
default as setupRenderingContext,
render,
clearRender,
RenderingTestContext,
} from './setup-rendering-context';
export type { RenderingTestContext } from './setup-rendering-context';
export { default as rerender } from './rerender';
Expand Down

0 comments on commit 2dc5077

Please sign in to comment.