diff --git a/docs/ng-schematics.md b/docs/ng-schematics.md index db678046b9d..b457c3df7b6 100644 --- a/docs/ng-schematics.md +++ b/docs/ng-schematics.md @@ -19,7 +19,7 @@ Currently, this schematic supports the following test frameworks: - [**Jasmine**](https://jasmine.github.io/) - [**Jest**](https://jestjs.io/) - [**Mocha**](https://mochajs.org/) -- [**Node Test Runner** _(Experimental)_](https://nodejs.org/api/test.html) +- [**Node Test Runner**](https://nodejs.org/api/test.html) With the schematics installed you can run E2E tests: diff --git a/packages/ng-schematics/README.md b/packages/ng-schematics/README.md index db678046b9d..b457c3df7b6 100644 --- a/packages/ng-schematics/README.md +++ b/packages/ng-schematics/README.md @@ -19,7 +19,7 @@ Currently, this schematic supports the following test frameworks: - [**Jasmine**](https://jasmine.github.io/) - [**Jest**](https://jestjs.io/) - [**Mocha**](https://mochajs.org/) -- [**Node Test Runner** _(Experimental)_](https://nodejs.org/api/test.html) +- [**Node Test Runner**](https://nodejs.org/api/test.html) With the schematics installed you can run E2E tests: diff --git a/packages/ng-schematics/src/schematics/ng-add/schema.json b/packages/ng-schematics/src/schematics/ng-add/schema.json index 83efee9ef74..79e42477c4c 100644 --- a/packages/ng-schematics/src/schematics/ng-add/schema.json +++ b/packages/ng-schematics/src/schematics/ng-add/schema.json @@ -39,7 +39,7 @@ }, { "value": "node", - "label": "Use Node Test Runner (Experimental: Node v18) [https://nodejs.org/api/test.html]" + "label": "Use Node Test Runner [https://nodejs.org/api/test.html]" } ] }