Skip to content

Instantly share code, notes, and snippets.

@JoeChapman
Created September 26, 2012 20:24
Show Gist options
  • Save JoeChapman/3790355 to your computer and use it in GitHub Desktop.
Save JoeChapman/3790355 to your computer and use it in GitHub Desktop.
Mocking an object
mockObject = {
render: function () {},
remove: function () {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment