readme update

master
Tudor Stanciu 2023-10-31 03:22:36 +02:00
parent b8c206f6bd
commit 054c0625cb
1 changed files with 6 additions and 0 deletions

View File

@ -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"; 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 ## Changelog
**1.0.0** - This version includes the initial version of react-hooks package. **1.0.0** - This version includes the initial version of react-hooks package.