Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clear out typings before running jest tests
Previously jest would complain if there were typings in the files it needed to transform. Adding the babel-jest library ensures that these typings are removed before jest gets to process them.
- Loading branch information