Sep 5, 2018 · 1 min read
Really like this article with clear comparisons.
I find one error, in the Stubbing Methods, the typemoq example returns console.log instead of 4.
Plus, typemoq does support mocking Interfaces, see https://github.com/florinn/typemoq#features
By the way, I’m going to give it a try as I’m using typemoq at work and ts-jest for hobby projects with highs and lows in both approach.
