Closed
Description
From: #214 (comment)
npx create-react-app my-app --template typescript
- Hit the debug code lens in the package.json and run tests
In the debugger terminal I see that react-scripts test
is run, not npm react-scripts test
, so it fails to run.