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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Learn more about [DOM testing](/config/test/testEnvironment#dom-testing).
36
36
37
37
## Code coverage
38
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.
39
+
Rstest supports code coverage collection using [istanbul](https://istanbul.js.org/). You can enable code coverage collection by setting `coverage.enabled` to `true` in your Rstest configuration file.
40
40
41
41
Learn more about [Code coverage](/config/test/coverage).
0 commit comments