about summary refs log tree commit diff
path: root/tests/pages/__snapshots__/404.test.js.snap
blob: 44419f9fa7c7089a615d861311ee7b39e4bfa6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`404 match snapshot 1`] = `
<div>
  <h1>
    404
  </h1>
   
  <p>
    Nie znaleziono strony
  </p>
</div>
`;