From d97a528914df6a656dfe7b1f63985c85845df533 Mon Sep 17 00:00:00 2001 From: Vicky Fernandez Busch <41056890+vic-fb@users.noreply.github.com> Date: Mon, 13 May 2024 20:11:51 +0200 Subject: [PATCH] docs(CONTRIBUTING): update test name and pnpm install link (#2149) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90abcb17e..b98825c1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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