readme update
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…
Reference in New Issue