mirror of
https://dev.azure.com/tstanciu94/Packages/_git/lumrop
synced 2025-06-21 19:24:51 +03:00
readme update
This commit is contained in:
parent
b8c206f6bd
commit
054c0625cb
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user