Skip to content

Commit

Permalink
fix: improve test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed May 11, 2024
1 parent 904f51f commit 3f7e574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then, read through our [Contributing Documentation](CONTRIBUTING.md).
### How to run the unit tests

Once you are finished making changes, you will need to run the test suite to make sure your code doesn't break anything.
Here is terminal command for running tests: `pnpm test` (or, if you super lazy: `pnpm t` )
Here is terminal command for running tests: `pnpm test` (or, even shorter: `pnpm t` )
alternativetly (and also cool!) - you can install [vscode vitest extension](https://github.com/vitest-dev/vscode)

### How to report bugs
Expand Down

0 comments on commit 3f7e574

Please sign in to comment.