create-eth-app
create-eth-app copied to clipboard
Switch to using Earl instead of Jest
Jest is really hard to work with in TypeScript. See this (one of many issues I encountered with Jest):
https://github.com/timkindberg/jest-when/issues/94
Earljs, on the flipside, is written in TypeScript and offers first-class support.