blob: 6819e120b4cb1ef5c8cadd3e96436c11dc94f669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FacebookFeed match snapshot 1`] = `
<section
class="feed"
>
<h1>
Zobacz co się dzieje!
</h1>
<facebookfindusbutton-stub />
</section>
`;
|