
Discussion
😂🤣
Typescript is overrated. I found myself sorting out the dependency type instead of focusing on the solution with typescript while my JavaScript implementations probably never suffered from loose typing.
Haha, will it handle integrating TS with Jest? That's my biggest peeve with starting any project.
Jest is terribly slow with TypeScript. I’ve never used it with JavaScript so I can’t comment on that.
Instead of Jest use chai/mocha/sinon with TS. Thank me later.
😂