From 054c0625cb23f140b628ff8adc8df6c60373616a Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 31 Oct 2023 03:22:36 +0200 Subject: [PATCH] readme update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.