Created by: weyert
Fixed the unit test in the @testing-library bit of the page as Welcome to React is not being used in the App.js
.
Made the change in newly created CRA app and ran the tests in Gitlab CI:
$ react-scripts test
PASS src/App.test.js
✓ renders welcome message (82ms)