rickvanlieshout.com/jest/__fixtures__/page-context.js
2019-05-09 16:37:54 +03:00

14 lines
220 B
JavaScript

'use strict';
module.exports = {
pageContext: {
tag: 'test',
category: 'test',
currentPage: 1,
prevPagePath: '/page/1',
nextPagePath: '/page/3',
hasNextPage: true,
hasPrevPage: true
}
};