tamarac-ui React components and UI Library
npm install @tamarac/reactui
yarn start || yarn docs
`
Build Static Site:
`
yarn build
`
Testing
Testing components is key to the success of this library. Test coverage should be no less than _95%_ and aim for 100% at all times.
Run tests in watch mode:
`
yarn test:watch
`
Get coverage report for library:
`
yarn test:coverage
`
_A test result file will be generated dynamically on each test run .jest-test-results.json`_