Clone the repo:
git clone https://github.com/maura-dev/Single-Select-Component
Move to the root folder:
cd Single-Select-Component
Install dependencies
npm install
or
yarn install
Run the storybook project
yarn storybook
Type the below
yarn test
To enable watching test, add the --watch flag
yarn test --watch