Extend generate component to include basic unit test
When you run yarn generate:component
, there is no base unit test created alongside the component file scaffold, nor is there any indication of where to add a test.
So we will:
- Add a very basic unit test scaffold to
yarn generate:component
- Extend the contribute guide to include information about adding component unit tests.
Edited by David O'Regan