Not much to share in this one. Just a change in some tooling that I am using.
- Visual Studio Code
- Node.js
- Jest
The change to Jest was due to some conversations and some walk throughs with a few friends and for what I am doing now I like what Jest has to offer.
There is no pre-configuration required with Jest. At this point it seems more simple of a tool to use for starting out with JavaScript. Also looking a bit into the future of this journey, Jest offers a neat little test coverage report.
In future posts I will begin sharing some of the exercises I am doing with JavaScript and how I worked through them. Hopefully I will remember to record while I am working and can share some video clips for better context and hopefully people can share other ways to achieve the same results in the code.
Until next time, happy coding.