Skip to content

Commit 7191af3

Browse files
committed
update type-tests
1 parent c2a5332 commit 7191af3

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

addon/type-tests/api.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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';
8080
import type { Resolver as EmberResolver } from '@ember/owner';
8181
import Application from '@ember/application';
82-
import { TemplateFactory } from 'ember-cli-htmlbars';
82+
import type { TemplateFactory } from 'ember-cli-htmlbars';
8383
import type { IDOMElementDescriptor } from 'dom-element-descriptors';
8484

8585
// DOM Interaction Helpers

0 commit comments

Comments
 (0)