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.08k stars 1.21k forks source link

fix: README.md test/enzyme setup #264

Open Nopzen opened 5 years ago

Nopzen commented 5 years ago

fixes error in read me where the setup for enzyme and enzyme-adapter-react-16 are thowing error: TypeError: Adapter is not a constructor. This is due to Adapter is default exported and therefor should not be imported as star.

research: https://stackoverflow.com/questions/49824423/enzyme-typeerror-adapter-is-not-a-constructor