sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Fix the `yarn dev` script #255

Closed WesCossick closed 3 years ago

WesCossick commented 3 years ago

It wasn't installing packages in one of the test projects, which the main package.json has to reference via link:. Therefore, scripts like test were failing because things like Jest weren't available.