From caa81c090bb68f67613760816025edacd7e960f7 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:16:17 +0200 Subject: [PATCH] chore(ng-schematics): remove experimental suffix for Node (#10585) --- docs/ng-schematics.md | 2 +- packages/ng-schematics/README.md | 2 +- packages/ng-schematics/src/schematics/ng-add/schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]" } ] }