Skip to content

Instantly share code, notes, and snippets.

@mckomo
Created August 2, 2017 12:44
Show Gist options
  • Save mckomo/128bdb43434749ca1a2299d456ed7d7c to your computer and use it in GitHub Desktop.
Save mckomo/128bdb43434749ca1a2299d456ed7d7c to your computer and use it in GitHub Desktop.
const eventStub = value => ({
stopPropagation: () => {},
preventDefault: () => {},
persist: () => {},
target: {
value,
checked: value,
},
...value,
});
export default eventStub;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment