Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:11
Show Gist options
  • Select an option

  • Save gauntface/67d104f1513163424d74888642416145 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/67d104f1513163424d74888642416145 to your computer and use it in GitHub Desktop.
Example of a fake push event
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