From a57ca873d5405b65ba86e3d011c40d927d5ffabe Mon Sep 17 00:00:00 2001 From: sai6855 Date: Sun, 29 Sep 2024 12:33:02 +0530 Subject: [PATCH] fix url --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index d69686d7776e29..6208840c6af351 100644 --- a/test/README.md +++ b/test/README.md @@ -142,7 +142,7 @@ Here is an [example](https://github.com/mui/material-ui/blob/814fb60bbd8e500517b `pnpm test:coverage:html` -When running this command you should get under `coverage/index.html` a full coverage report in HTML format. This is created using [Istanbul](https://istanbul-js.org)'s HTML reporter and gives good data such as line, branch and function coverage. +When running this command you should get under `coverage/index.html` a full coverage report in HTML format. This is created using [Istanbul](https://istanbul.js.org)'s HTML reporter and gives good data such as line, branch and function coverage. ### DOM API level