rickvanlieshout.com/jest/__fixtures__/page-context.js

14 lines
220 B
JavaScript
Raw Normal View History

2019-05-09 15:37:54 +02:00
'use strict';
module.exports = {
pageContext: {
tag: 'test',
category: 'test',
currentPage: 1,
prevPagePath: '/page/1',
nextPagePath: '/page/3',
hasNextPage: true,
hasPrevPage: true
}
};