Writing

Page 3 / 5
21

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…

22

Running Jest on Linux

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…

23

Migrating to Gatsby from Octopress

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).…

24

Blogging with gatsby

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…

26

Miscellaneous Jest Issues/Workarouds II

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…

27

Miscellaneous Jest Issues/Workarounds

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…

28

React + Jest Testing on Windows II

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…

30

Test React Components Using Jest (on Windows)

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…