Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
/src/cdk/coercion/** @jelbourn
/src/cdk/collections/** @jelbourn @crisbeto @andrewseguin
/src/cdk/drag-drop/** @crisbeto
/src/cdk/private/testing/** @devversion
/src/cdk/keycodes/** @jelbourn
/src/cdk/layout/** @jelbourn
/src/cdk/observers/** @jelbourn @crisbeto
Expand Down
7 changes: 1 addition & 6 deletions src/cdk/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@
"include": [
// Include the index.ts for each secondary entry-point.
"./*/index.ts",
// Include the "private/testing" internal entry-point.
"./private/testing/",
// Include all spec files of the CDK.
"**/*.spec.ts"
],
"exclude": [
"**/schematics/**/*.ts",
// Exclude end-to-end tests and utilities.
"**/*.e2e.spec.ts",
// Exclude internal e2e testing utilities. These are not needed by tests
// which execute through gulp.
"./private/testing/e2e/**"
"**/*.e2e.spec.ts"
]
}