Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Augustus <justaugustus@users.noreply.github.com>
Signed-off-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
  • Loading branch information
UlisesGascon and justaugustus authored Jun 26, 2024
1 parent d73778e commit af8b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Aside from this, it is possible to test certain things locally, like the `utils.

First, check that you are using Node v20+ and then execute `npm ci` instead of `npm i` or `npm install` as you want to mimic the pipeline steps in order to avoid discrepancies later on with the `dist/` as the dependencies are included there.

## How to run the tests
## Running tests

Currently, the project is using [Jest](https://jestjs.io/) and [Snapshot Testing](https://jestjs.io/docs/snapshot-testing).

Expand Down

0 comments on commit af8b2fe

Please sign in to comment.