Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk authored Nov 24, 2023
1 parent 897467c commit 49766ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ Also, we would like PRs to contain a single commit and be rebased onto project `

The project is covered by following types of tests

* linter tests - `test/lint`
* lint tests - `test/lint`
* unit tests - `test/unit`
* e2e tests - `test/e2e`

Every PR should provide appropriate amount of testing, corresponding to its scope.

Use [just](https://github.com/casey/just) to run test locally:

* `just test-lint` - execute linter tests
* `just test-unit` - execute unit tests
Use [just](https://github.com/casey/just) to run test locally.

## Development flow.

Expand Down

0 comments on commit 49766ad

Please sign in to comment.