What is jsdom?
"A JavaScript implementation of many web standards"
jsdom is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 3.2 MB on disk.
Installation Guide
# Install via NPM
npm install jsdom
# Install via Yarn
yarn add jsdom