Jonathan Creamer
  • Home
  • About
  • Talks
  • Xbox

jest

A collection of 4 posts

Dealing with async jest tests
jest

Dealing with async jest tests

There are several ways to deal with async tests in Jest. The done callback for callback or promise methods, returning promises, or async / await.

  • Jonathan Creamer
    Jonathan Creamer
2 min read
How to successfully manage a large scale JavaScript monorepo aka megarepo
monorepo

How to successfully manage a large scale JavaScript monorepo aka megarepo

There are many tools already in the wild for managing a monorepo. This post will discuss using Bolt to manage a monorepo aka megarepo.

  • Jonathan Creamer
    Jonathan Creamer
9 min read
Debugging node and Jest tests with VS Code's debugger
node.js

Debugging node and Jest tests with VS Code's debugger

VS Code has become my favorite IDE for pretty much everything these days. There are so many great features it has to offer including the ability to debug node.js. Here is the

  • Jonathan Creamer
    Jonathan Creamer
1 min read
Testing typescript classes with Jest and Jest Mocks
typescript

Testing typescript classes with Jest and Jest Mocks

Typescript is a powerful way to build applications. It offers type checking to catch errors before they make it to the browser. On top of just utilizing typescript to catch bugs, it's still

  • Jonathan Creamer
    Jonathan Creamer
2 min read
Jonathan Creamer © 2021
Latest Posts Ghost