create-eth-app icon indicating copy to clipboard operation
create-eth-app copied to clipboard

Switch to using Earl instead of Jest

Open PaulRBerg opened this issue 3 years ago • 0 comments

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.

PaulRBerg avatar Mar 14 '22 15:03 PaulRBerg