123456789101112131415161718192021222324252627 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`PositionedStreetView renders 1`] = `<Fragment />`;
- exports[`PositionedStreetView renders when cut off 1`] = `
- <div
- className="cutoff "
- >
- You were cut off by
- cutoff-player
- ! Only
- 10s
- left!
- </div>
- `;
- exports[`PositionedStreetView renders when faded 1`] = `
- <div
- className="cutoff hidden"
- >
- You were cut off by
- cutoff-player
- ! Only
- 10s
- left!
- </div>
- `;
|