Skip to content

Commit fe41220

Browse files
committed
feat():[CMP-265] Updated Readme
1 parent 827c245 commit fe41220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ npm run dev
2828
```sh
2929
npm run build
3030
```
31-
-Run Tests with [Vitest](https://vitest.dev/)
31+
- Run Tests with [Vitest](https://vitest.dev/)
3232
```sh
3333
npm run test
3434
```
3535
- Lint with [ESLint](https://eslint.org/)
3636
```sh
3737
npm run lint
3838
```
39-
- Check coverage with [istanbul](https://vitest.dev/guide/coverage.html, https://www.npmjs.com/package/@vitest/coverage-istanbul)
39+
- Check [Vitest coverage](https://vitest.dev/guide/coverage.html) with [istanbul](https://www.npmjs.com/package/@vitest/coverage-istanbul)
4040
```sh
4141
npm run coverage
4242
```

0 commit comments

Comments
 (0)