alxshelepenok/gatsby-starter-lumen

View on GitHub
internal/testing/__mocks__/page-context.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  group: "Typography",
  pagination: {
    currentPage: 2,
    prevPagePath: "/typography/page/1",
    nextPagePath: "/typography/page/3",
    hasNextPage: true,
    hasPrevPage: true,
  },
};