Build the package once:
npm run build
Run all tests once:
npm run test
Run specific tests:
npm run test -- src/__tests__/context/WinstonConsumer.spec.tsx
- Clone and install Winston React.
git clone https://github.com/afex-connect/winston-react
cd winston-react
npm install