mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
27 lines
425 B
Plaintext
27 lines
425 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`Pagination renders correctly 1`] = `
|
|
<div
|
|
className="undefined"
|
|
>
|
|
<div>
|
|
<a
|
|
className=" hideInPrintView"
|
|
href="/typography/page/1"
|
|
rel="prev"
|
|
>
|
|
← PREV
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<a
|
|
className=" hideInPrintView"
|
|
href="/typography/page/3"
|
|
rel="next"
|
|
>
|
|
NEXT →
|
|
</a>
|
|
</div>
|
|
</div>
|
|
`;
|