Skip to content

Commit

Permalink
added missing type file to plugin_functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 25, 2021
1 parent fec95b6 commit 3d5e140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/plugin_functional/plugins/telemetry/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import { CoreSetup, Plugin } from 'src/core/public';
import { TelemetryPluginSetup } from '../../../../../src/plugins/telemetry/public';
import type { TelemetryPluginSetup } from '../../../../../src/plugins/telemetry/public';

interface TelemetryTestPluginSetupDependencies {
telemetry: TelemetryPluginSetup;
Expand Down
2 changes: 1 addition & 1 deletion test/plugin_functional/plugins/telemetry/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./target",
"skipLibCheck": true
},
"include": ["public/**/*.ts", "types.ts"],
"include": ["public/**/*.ts", "types.ts", "../../../../typings/**/*"],
"exclude": [],
"references": [{ "path": "../../../../src/core/tsconfig.json" }]
}

0 comments on commit 3d5e140

Please sign in to comment.