@react-foundry/component-test-helpers
v0.2.2
Published
Helper functions for testing React components.
Downloads
2,034
Readme
React Foundry - Component Test Helpers
Helper functions for testing React components.
Using this package
First install the package into your project:
npm install -S @react-foundry/component-test-helpersThen use it in your code as follows:
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:
pnpm installBuilding
npm run buildClean-up
npm run clean