Basic Jest and Typescript setup
Writing this up so I have somewhere to quickly grab basic Jest setup. This information is copied from the Jest Documentation Site compressed into just the parts I'm interested in.
Create folders
mkdir -p <project>/src
cd <project>
Install and init
n...
blog.justinramel.com1 min read