From 7e4666d19a3437e831999f0bd4f610ce0e185181 Mon Sep 17 00:00:00 2001 From: KaiHotz Date: Sun, 27 Aug 2023 09:57:36 +0400 Subject: [PATCH] Readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711a0ee..dee978e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For the use of `CSS Modules` refer to [rollup-plugin-postcss](https://github.co ## Testing -Testing is done with [JeVitestst](https://vitest.dev/) and [@testing-library/react](https://testing-library.com/docs/react-testing-library/intro/) +Testing is done with [Vitest](https://vitest.dev/) and [@testing-library/react](https://testing-library.com/docs/react-testing-library/intro/) You can refer to `Button.test.js` as an example. ``` yarn test