Skip to content

Instantly share code, notes, and snippets.

@laktek
Created March 15, 2011 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laktek/871014 to your computer and use it in GitHub Desktop.
Save laktek/871014 to your computer and use it in GitHub Desktop.
var my_function_expression = function(){};
var mocked = nodemock.mock("foo").takes(20, my_function_expression).calls(my_function_expression, 30, [10, 20])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment