Created
March 6, 2017 22:11
-
-
Save gauntface/67d104f1513163424d74888642416145 to your computer and use it in GitHub Desktop.
Example of a fake push event
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
| const fakePushEvent = new PushEvent('push', { | |
| data: JSON.stringify(pushData), | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment