PreviousNext

Unit Testing in TypeScript Code

by bill-s, 2020-09-11T19:24:36.332Z

We all need to unit test our code to verify that it works the way it’s supposed to. Fortunately, Rider has the tools to enable you to test code more efficiently and quickly. In this post, we’ll look at using Mocha and Chai to write unit tests in TypeScript.

Read More