mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add note about Karma/Jasmine examples in testing services guide
This guide currently contains Karma/Jasmine specific code examples. Adding a note to inform readers that Vitest equivalents are being worked on.
This commit is contained in:
parent
42c05650ff
commit
80202bffee
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Testing services
|
||||
|
||||
NOTE: While this guide is being updated for Vitest, some code examples currently use Karma/Jasmine syntax and APIs. We are actively working to provide Vitest equivalents where applicable.
|
||||
|
||||
To check that your services are working as you intend, you can write tests specifically for them.
|
||||
|
||||
Services are often the smoothest files to unit test.
|
||||
|
|
|
|||
Loading…
Reference in a new issue