microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Remove `chai` from devDependecies #285

Closed ghost closed 3 years ago

ghost commented 4 years ago

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.

peterblazejewicz commented 4 years ago

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

ghost commented 4 years ago

On it :smile_cat: