After surfing the forums , I reconfirmed the usage of proper imports as mentioned below:
import React from 'react';
import ReactDOM from 'react-dom';
Also tried removing the following lines from webpack.config.js
:
externals: [
{
react: 'React',},
],
But still am getting the following error, while running jest testcases
ReferenceError: React is not defined