Last active
May 10, 2018 12:06
-
-
Save wtrocki/c820564ba74fae9dfc6eb6c67e2fbc4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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