Skip to content

Instantly share code, notes, and snippets.

@wtrocki
Last active May 10, 2018 12:06
Show Gist options
  • Select an option

  • Save wtrocki/c820564ba74fae9dfc6eb6c67e2fbc4c to your computer and use it in GitHub Desktop.

Select an option

Save wtrocki/c820564ba74fae9dfc6eb6c67e2fbc4c to your computer and use it in GitHub Desktop.
global.window = {};
window.localStorage = {
getItem: () => {
console.info("Called");
},
setItem: () => {
console.info("Called");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment