Quantcast
Channel: dotPeek : .NET Tools | The JetBrains Blog
Viewing all articles
Browse latest Browse all 221

Unit Testing in TypeScript Code

$
0
0

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.

(more…)


Viewing all articles
Browse latest Browse all 221

Trending Articles