# Snapshot report for `test/react.js`

The actual snapshot is saved in `react.js.snap`.

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

## router

> Snapshot 1

    <div>
      yes hello
    </div>

## unsubscribe

> Snapshot 1

    <div>
      cat1
      cat2
    </div>

> Snapshot 2

    <div>
      no cats!
    </div>

## .on advanced

> Snapshot 1

    [
      <div>
        lullz
      </div>,
      <div>
        lullz
      </div>,
    ]

## configure .on option and render

> Snapshot 1

    <div>
      no
    </div>

> Snapshot 2

    <div>
      no
    </div>
