Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars authored May 12, 2024
1 parent 2750909 commit 154f4d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm run start

### Linting

Make sure to install the recommended VS Code extension. Before checking code, make sure that no error are reported:
Make sure to install the recommended VS Code extensions. Before checking code, make sure that no error are reported:

```shell
npm run lint
Expand All @@ -50,8 +50,6 @@ To fix some of the issues:
npm run fix
```

The coverage report index.html will be in the 'coverage' folder

### Unit testing

For unit test results, you can run:
Expand Down

0 comments on commit 154f4d4

Please sign in to comment.