Chris Holt

Results 3 comments of Chris Holt

I'm a bit confused by the response. So I followed the guide from [here](https://github.com/Microsoft/TypeScript-React-Starter) to create my project, and I have not ejected. Below are the relevant sections from my...

After some poking around, I believe this can be fixed by adding `--mapCoverage` to the test runner: ``` "scripts": { ... "coverage-test": "set CI=true && react-scripts-ts test --mapCoverage --env=jsdom --coverage",...

Is there any update here? Having the same issue. Lmk if there's any logs or other materials I could provide if helpful! EDIT: Any chance is it [related to this](https://stackoverflow.com/questions/50923911/how-to-remove-configuration-parameter)?...