Skip to content

Commit 058198a

Browse files
authored
chore: delete import that was missed in #18274 (#18334)
* chore: delete import that was missed in #18274 * WIP: attempt to fix CI
1 parent 2ec7254 commit 058198a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

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

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

src/cdk/tsconfig-tests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"include": [
2222
"**/index.ts",
23-
"**/*.spec.ts"
23+
"**/*.spec.ts",
24+
"**/*.d.ts"
2425
],
2526
"exclude": [
2627
"testing/protractor/**.ts",

0 commit comments

Comments
 (0)