react-hook-form-mui icon indicating copy to clipboard operation
react-hook-form-mui copied to clipboard

Run tests in repo

Open TimMikeladze opened this issue 2 years ago • 2 comments

There is a folder that includes tests but there is no test runner like jest or integration with storybook. I suspect the tests were being ran locally with some ignored folder based on the imports they are using import { FormContainer, MultiSelectElement } from '../_unused'.

@dohomi can you provide some additional details around your testing strategy?

TimMikeladze avatar May 18 '22 08:05 TimMikeladze

@TimMikeladze I use Storybook and wanted to set up Chromatic for UI regression tests. I am open for any other suggestions.

dohomi avatar May 18 '22 08:05 dohomi

Probably Vitest would be a good repo to run test on it. I also thought of moving to Docz for better documentation off the components.

dohomi avatar May 18 '22 11:05 dohomi