Releasing node packages
When releasing a new version of an open source project, it's important to make sure a series of things happen in the same order for every release. I've attempted to make a…
When releasing a new version of an open source project, it's important to make sure a series of things happen in the same order for every release. I've attempted to make a…
I frequently switch between devices and operating systems and recently ran into a strange bug when running unit tests in Linux. Jest would run just fine on macOS and Windows, but…
Octopress is an awesome blogging platform that has served me well for quite some time but recently I've migrated to Gatsby (since it is built with a tech stack I frequently use).…
I've been using Gatsby for quite some time on the Griddle documentation and really like it. I wanted to start writing more and thought a fresh start to the blogging system I am…
Inspired by some recent conversations on Twitter, I've decided to give Bash on Windows another shot. This post contains the steps I've taken to install and configure Bash on…
My brother recently installed Jest on his Windows machine and alerted me that there were some problems that he encountered when using Visual Studio 2013 Express to compile some of…
I've been using Jest a bit lately and wanted to document some issues I've run into for future reference. ##Debugging Jest Tests## Recently I had a test that was failing and from…
Last time I wrote about running Jest on Windows there was one thing I left out. The test output would show if the tests pass or fail but no data is displayed regarding why they…
Recently, I needed to add Azure Active directory authentication to an existing web project. There was an automated tool for Visual Studio 2012 but there does not seem to be a…
I'm currently going through the process creating unit tests for Griddle and thought it would be good to document the steps I took to get Jest up and running. I did not find it as…