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

StatefulHello passes npm run test #238

Open daviddao opened 5 years ago

daviddao commented 5 years ago

Although we don't run tests on StatefulHello on the tutorial, it is intended by the authors to pass the same tests as the Hello component. Thus we need to stop converting enthusiasmLevel to 1 when0 is passed in.