# Snapshot report for `test/render-to-string.js`

The actual snapshot is saved in `render-to-string.js.snap`.

Generated by [AVA](https://ava.li).

## renderToString with fetch completes without error

> Snapshot 1

    {
      markup: '<div data-reactroot="">WASSUP!!!</div>',
    }

> Snapshot 2

    {
      content: 'WASSUP!!!',
    }
