Skip to content

Commit

Permalink
include the files in ftr projects so that project check associates th…
Browse files Browse the repository at this point in the history
…em correctly
  • Loading branch information
spalger committed Nov 18, 2020
1 parent d7e295d commit 610387f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions packages/kbn-test/types/ftr_globals/index.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../build/tsbuildinfo/test",
"types": ["node", "mocha", "flot", "@kbn/test/types/ftr_globals"]
"types": ["node", "mocha", "flot"]
},
"include": ["**/*", "../typings/elastic__node_crypto.d.ts", "typings/**/*"],
"include": ["**/*", "../typings/elastic__node_crypto.d.ts", "typings/**/*", "../packages/kbn-test/types/ftr_globals/**/*"],
"exclude": ["plugin_functional/plugins/**/*", "interpreter_functional/plugins/**/*"],
"references": [
{ "path": "../src/core/tsconfig.json" },
Expand Down
4 changes: 2 additions & 2 deletions x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
// overhead is too significant
"incremental": false,
"types": ["mocha", "node", "flot", "@kbn/test/types/ftr_globals"]
"types": ["mocha", "node", "flot"]
},
"include": ["**/*", "../typings/**/*"],
"include": ["**/*", "../typings/**/*", "../../packages/kbn-test/types/ftr_globals/**/*"],
"exclude": ["../typings/jest.d.ts"],
"references": [
{ "path": "../../src/core/tsconfig.json" },
Expand Down

0 comments on commit 610387f

Please sign in to comment.