You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/start/features.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@ Rstest supports simulating the DOM and browser APIs using jsdom and happy-dom. I
34
34
35
35
Learn more about [DOM testing](/config/test/testEnvironment#dom-testing).
36
36
37
+
## Code coverage
38
+
39
+
Rstest supports code coverage collection using Istanbul. You can enable code coverage collection by setting `coverage.enabled` to `true` in your Rstest configuration file.
40
+
41
+
Learn more about [Code coverage](/config/test/coverage).
0 commit comments