What is babel-jest?
"Jest plugin to use babel for transformation."
babel-jest is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 15.7 KB on disk.
Installation Guide
# Install via NPM
npm install babel-jest
# Install via Yarn
yarn add babel-jest