We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827c245 commit fe41220Copy full SHA for fe41220
README.md
@@ -28,15 +28,15 @@ npm run dev
28
```sh
29
npm run build
30
```
31
--Run Tests with [Vitest](https://vitest.dev/)
+- Run Tests with [Vitest](https://vitest.dev/)
32
33
npm run test
34
35
- Lint with [ESLint](https://eslint.org/)
36
37
npm run lint
38
39
-- Check coverage with [istanbul](https://vitest.dev/guide/coverage.html, https://www.npmjs.com/package/@vitest/coverage-istanbul)
+- Check [Vitest coverage](https://vitest.dev/guide/coverage.html) with [istanbul](https://www.npmjs.com/package/@vitest/coverage-istanbul)
40
41
npm run coverage
42
0 commit comments