chore(ng-schematics): remove experimental suffix for Node (#10585)
This commit is contained in:
parent
c7f3fb21be
commit
caa81c090b
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user