chore(ng-schematics): remove experimental suffix for Node (#10585)

This commit is contained in:
Nikolay Vitkov 2023-07-19 09:16:17 +02:00 committed by GitHub
parent c7f3fb21be
commit caa81c090b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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]"
}
]
}