Skip to content

Commit a35639a

Browse files
committed
Revert "chore: delete import that was missed in #18274 (#18334)"
This reverts commit 7794fe8.
1 parent 7f3434d commit a35639a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/cdk/testing/testbed/proxy-zone-types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* be pulled in from the original type definitions.
1717
*/
1818

19+
import {HasTaskState, Zone, ZoneDelegate} from './zone-types';
20+
1921
export interface ProxyZoneStatic {
2022
assertPresent: () => ProxyZone;
2123
get(): ProxyZone;

src/cdk/tsconfig-tests.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
"include": [
2222
"**/index.ts",
23-
"**/*.spec.ts",
24-
"**/*.d.ts"
23+
"**/*.spec.ts"
2524
],
2625
"exclude": [
2726
"testing/protractor/**.ts",

0 commit comments

Comments
 (0)