Deprecated Jest transform plugin bridging babel-jest with @babel/core v7 before official support existed. Latest version 21.3.3, originally required @babel/core ^7.0.0-alpha/beta. Now superseded by babel-jest with babel-core@7.0.0-bridge.0. Do not use for new projects; official solution is stable and actively maintained.
npm install babel-7-jestVerified import paths — ran on the pinned version, not inferred.
Demonstrates deprecated setup: configure Jest to use babel-7-jest transform for JavaScript files.
npm uninstall babel-7-jest && npm install --save-dev babel-jest @babel/core babel-core@7.0.0-bridge.0
Use @babel/core ^7.0.0
Upgrade to official babel-jest for Jest 22+
npm install --save-dev @babel/core@^7.0.0
Remove babel-7-jest and configure babel-jest as per official docs