What is chai?
"BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
chai is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 143.2 KB on disk.
Installation Guide
# Install via NPM
npm install chai
# Install via Yarn
yarn add chai