From 328e029d945df41db697f214dabbe4cb51e4cd2f Mon Sep 17 00:00:00 2001 From: Darek Kay Date: Wed, 27 May 2020 15:53:57 +0200 Subject: [PATCH] Add testing stack to the documentation --- docs/development/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/README.md b/docs/development/README.md index 4b7a58de..015eccfe 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -16,6 +16,7 @@ This client module was bootstrapped with [Create React App](https://github.com/f - Side effects: [redux-saga](https://redux-saga.js.org/) - Internationalization: [react-i18next](https://react.i18next.com/) - Styling: [SCSS](https://sass-lang.com/) with [Tailwind](https://tailwindcss.com/) +- Testing: [jest](https://jestjs.io/), [react-testing-library](https://testing-library.com/) - Dependency management: [yarn](https://yarnpkg.com) ### Server