This PR adds some tests for the hooks in the repo. We are using react-hooks-testing-library for it. Some simple test scripts were added to package-scripts, let me know if something fancier is needed. I also removed the test configuration from .babelrc because jest was throwing a “Duplicate plugin/preset detected.” error.
Description
This PR adds some tests for the hooks in the repo. We are using react-hooks-testing-library for it. Some simple test scripts were added to
package-scripts
, let me know if something fancier is needed. I also removed the test configuration from.babelrc
because jest was throwing a “Duplicate plugin/preset detected.” error.Solves #32