diff --git a/README.md b/README.md index 1f94bb4..6ac721e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ yarn add @flare/react-hooks --registry https://lab.code-rove.com/public-node-reg import { useWindowSize, useLink, useTitle } from "@flare/react-hooks"; ``` +## Unit testing + +Unit testing is done using [Jest](https://jestjs.io/). This is an awesome testing framework created by Facebook. +The files containing tests are identified by the extension `*.test.ts`. +All tests in the package can be executed by running: `npm test`. + ## Changelog **1.0.0** - This version includes the initial version of react-hooks package.