// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`fails if unknown/unsupported event types are dispatched 1`] = `
" {}
  View null"
`;

exports[`handles events 1`] = `
" {}
  View {"foo":"outer"}
    View {"foo":"inner"}"
`;