Skip to content

Commit cd0a47e

Browse files
crisbetommalerba
authored andcommitted
chore: clean up leftover references to private/testing (#17486)
Cleans up a few leftover places that are referring to `private/testing` which doesn't exist anymore.
1 parent d3235c9 commit cd0a47e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
/src/cdk/coercion/** @jelbourn
7171
/src/cdk/collections/** @jelbourn @crisbeto @andrewseguin
7272
/src/cdk/drag-drop/** @crisbeto
73-
/src/cdk/private/testing/** @devversion
7473
/src/cdk/keycodes/** @jelbourn
7574
/src/cdk/layout/** @jelbourn
7675
/src/cdk/observers/** @jelbourn @crisbeto

src/cdk/tsconfig-tests.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,12 @@
3131
"include": [
3232
// Include the index.ts for each secondary entry-point.
3333
"./*/index.ts",
34-
// Include the "private/testing" internal entry-point.
35-
"./private/testing/",
3634
// Include all spec files of the CDK.
3735
"**/*.spec.ts"
3836
],
3937
"exclude": [
4038
"**/schematics/**/*.ts",
4139
// Exclude end-to-end tests and utilities.
42-
"**/*.e2e.spec.ts",
43-
// Exclude internal e2e testing utilities. These are not needed by tests
44-
// which execute through gulp.
45-
"./private/testing/e2e/**"
40+
"**/*.e2e.spec.ts"
4641
]
4742
}

0 commit comments

Comments
 (0)