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:
Charles Lyding 2025-11-19 11:03:49 -05:00 committed by Kirill Cherkashin
parent 42c05650ff
commit 80202bffee

View file

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