Skip to content

Commit

Permalink
Revert "chore: delete import that was missed in #18274 (#18334)"
Browse files Browse the repository at this point in the history
This reverts commit 7794fe8.
  • Loading branch information
mmalerba committed Feb 5, 2020
1 parent 7f3434d commit a35639a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/cdk/testing/testbed/proxy-zone-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* be pulled in from the original type definitions.
*/

import {HasTaskState, Zone, ZoneDelegate} from './zone-types';

export interface ProxyZoneStatic {
assertPresent: () => ProxyZone;
get(): ProxyZone;
Expand Down
3 changes: 1 addition & 2 deletions src/cdk/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"include": [
"**/index.ts",
"**/*.spec.ts",
"**/*.d.ts"
"**/*.spec.ts"
],
"exclude": [
"testing/protractor/**.ts",
Expand Down

0 comments on commit a35639a

Please sign in to comment.