Azure Dev Ops react-scripts test hangs forever
Update the script like this:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"citest":"CI=true react-scripts test"
},