microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Add react-scripts-ts to development-time dependencies #257

Open ghost opened 5 years ago

ghost commented 5 years ago

I was having an issue running npm run tests after install enzyme.

After updating the development-time dependencies with react-script-ts I was able to run "npm run tests" again and have all 6 tests pass!