microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `chai` from devDependecies

opened this issue · comments

There are 2 test files with the use of chai, which can be completely replaced by expect which comes bundled with jest.

The files currently using expect from chai are, test/contact.test.ts and test/user.test.ts.

PR?, let's see in action, thanks!

On it 😸