File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import {
4747 unsetContext ,
4848 teardownContext ,
4949 setupRenderingContext ,
50- RenderingTestContext ,
50+ type RenderingTestContext ,
5151 getApplication ,
5252 setApplication ,
5353 setupApplicationContext ,
@@ -60,26 +60,26 @@ import {
6060 getDeprecationsDuringCallback ,
6161 getWarnings ,
6262 getWarningsDuringCallback ,
63- BaseContext ,
64- TestContext ,
65- TestMetadata ,
66- DebugInfo as InternalDebugInfo ,
67- DeprecationFailure ,
68- Warning ,
69- Target ,
63+ type BaseContext ,
64+ type TestContext ,
65+ type TestMetadata ,
66+ type DebugInfo as InternalDebugInfo ,
67+ type DeprecationFailure ,
68+ type Warning ,
69+ type Target ,
7070 // Helper hooks
7171 registerHook ,
7272 runHooks ,
7373 type Hook ,
7474 type HookLabel ,
7575 type HookUnregister ,
7676} from '@ember/test-helpers' ;
77- import { ComponentInstance } from '@glimmer/interfaces' ;
78- import { Owner } from '@ember/test-helpers/build-owner' ;
79- import { DebugInfo as BackburnerDebugInfo } from '@ember/runloop/-private/backburner' ;
77+ import type { ComponentInstance } from '@glimmer/interfaces' ;
78+ import type { Owner } from '@ember/test-helpers/build-owner' ;
79+ import type { DebugInfo as BackburnerDebugInfo } from '@ember/runloop/-private/backburner' ;
8080import type { Resolver as EmberResolver } from '@ember/owner' ;
8181import Application from '@ember/application' ;
82- import { TemplateFactory } from 'ember-cli-htmlbars' ;
82+ import type { TemplateFactory } from 'ember-cli-htmlbars' ;
8383import type { IDOMElementDescriptor } from 'dom-element-descriptors' ;
8484
8585// DOM Interaction Helpers
You can’t perform that action at this time.
0 commit comments