Helper functions for testing React components.
npm install @react-foundry/component-test-helpersReact Foundry - Component Test Helpers
=======================================
Helper functions for testing React components.
Using this package
------------------
First install the package into your project:
``shell`
npm install -S @react-foundry/component-test-helpers
Then use it in your code as follows:
`js
import componentTestHelpers from '@react-foundry/component-test-helpers';
// WRITEME
`
Working on this package
-----------------------
Before working on this package you must install its dependencies using
the following command:
`shell`
pnpm install
`shell`
npm run build
`shell``
npm run clean