Skip to content

Commit

Permalink
update patterns to fix ts_check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Mar 29, 2021
1 parent dee62cc commit 89912bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"x-pack/plugins/lists/**/*",
"x-pack/plugins/security_solution/**/*",

// tests
"src/**/*.test.ts",
"src/**/*.test.tsx",
"src/**/integration_tests/*",
"src/**/tests/*",
// mocks
"src/**/__mocks__/*",
"src/**/mock/*",
Expand Down Expand Up @@ -48,13 +53,13 @@
// tests
"x-pack/plugins/**/*.test.ts",
"x-pack/plugins/**/*.test.tsx",
"x-pack/plugins/**/test/*",
"x-pack/plugins/**/test/**/*",
"x-pack/plugins/**/tests/*",
"x-pack/plugins/**/integration_tests/*",
"x-pack/plugins/**/tests_client_integration/*",
"x-pack/plugins/**/__fixtures__/*",
"x-pack/plugins/**/__stories__/*",
"x-pack/plugins/**/__jest__/*",
"x-pack/plugins/**/__jest__/**/*",

// mocks
"x-pack/plugins/**/__mocks__/*",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"**/*.test.ts",
"**/*.test.tsx",
"**/integration_tests/*",
"**/test/**/*",
"**/test/*",
"**/tests/*",
"**/tests_client_integration/*",
Expand Down

0 comments on commit 89912bf

Please sign in to comment.