Run Jest faster without JSDOM 

In notebook:
Work Notes
Created at:
2019-02-09
Updated:
2019-02-09
Tags:
    "scripts": {
    "test": "jest --env node",
    "test:watch": "jest --watch --env node"
  },

This will disable JsDOM and make Jest run much faster

From Dan Abromov on Twitter