Skip to content

Commit 32eed9b

Browse files
committed
refactor(cdk/testing): remove deprecated protractor harness environment
This commit removes the deprecated protractor harness environment from the public NPM package. BREAKING CHANGE: The deprecated `angular/cdk/testing/protractor` entry-point has been removed.
1 parent 816099e commit 32eed9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/cdk/config.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CDK_ENTRYPOINTS = [
1919
"text-field",
2020
"tree",
2121
"testing",
22-
"testing/protractor",
2322
"testing/testbed",
2423
"testing/selenium-webdriver",
2524
]

src/cdk/testing/protractor/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### No longer publicly available
2+
3+
This code is no longer publicly available. The protractor harness envrionment became
4+
deprecated in v12 and became unavailable with Angular CDK v14.

0 commit comments

Comments
 (0)