Browsed by
Month: August 2017

Automated JS unit testing in VS Code

Automated JS unit testing in VS Code

I love using VS Code, and i want to be more diligent about unit testing especially with JavaScript. There didn’t seem to be an obvious way to do this in VS Code, so I cobbled together a few resources that ended up working well. It does require you have node.js installed on your machine first, so get that then proceed. By the way, for those of you familiar with unit testing this may seem remedial and possibly outdated. It’s new…

Read More Read More