Files
rickvanlieshout.com/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap

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>
`;