Skip to content

Commit

Permalink
docs(CONTRIBUTING): update test name and pnpm install link (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-fb committed May 13, 2024
1 parent ec70ba9 commit d97a528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ There are two levels of tests on the project:

#### Writing a unit test

Unit tests are placed next to the tested code. For example, if you're testing a newly added `multiply` function, create a `multiple.test.ts` file next to where the function is located:
Unit tests are placed next to the tested code. For example, if you're testing a newly added `multiply` function, create a `multiply.test.ts` file next to where the function is located:

```bash
$ touch src/utils/multiply.test.ts
Expand Down Expand Up @@ -267,4 +267,4 @@ $ pnpm build

[pnpm-url]: https://pnpm.io/
[page-with-url]: https://github.com/kettanaito/page-with
[pnpm-install-guide-url]: https://pnpm.io/7.x/installation#installing-a-specific-version
[pnpm-install-guide-url]: https://pnpm.io/8.x/installation#installing-a-specific-version

0 comments on commit d97a528

Please sign in to comment.