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

Upgrade to at least Jest 22 #235

Open cjduncana opened 6 years ago

cjduncana commented 6 years ago

In my company's app, we use a library Qix-/color#134 which had problems when rendered by Jest. This problem was solved in facebook/jest#4956 and it is available in Jest 22. Wanted to know when will Jest be upgraded?