Skip to content

Instantly share code, notes, and snippets.

@ffMathy
Created August 22, 2018 20:31
Show Gist options
  • Save ffMathy/5adf59f1fd8c8cc763c9a6c08ceb24c7 to your computer and use it in GitHub Desktop.
Save ffMathy/5adf59f1fd8c8cc763c9a6c08ceb24c7 to your computer and use it in GitHub Desktop.
const mockedCalculator = TypeMoq.Mock.ofType(RealCalculator);
const calculator = mockedCalculator.object;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment