Skip to content

Instantly share code, notes, and snippets.

@ffMathy
Created August 22, 2018 20:34
Show Gist options
  • Save ffMathy/e222f1a8e989610bb5229e0320d22d63 to your computer and use it in GitHub Desktop.
Save ffMathy/e222f1a8e989610bb5229e0320d22d63 to your computer and use it in GitHub Desktop.
const mockedCalculator = Substitute.for<RealCalculator>();
mockedCalculator.isEnabled.returns(false);
console.log(calculator.isEnabled); //false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment