Skip to content

Commit 80202bf

Browse files
clydinkirjs
authored andcommitted
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.
1 parent 42c0565 commit 80202bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adev/src/content/guide/testing/services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Testing services
22

3+
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.
4+
35
To check that your services are working as you intend, you can write tests specifically for them.
46

57
Services are often the smoothest files to unit test.

0 commit comments

Comments
 (0)