test: add fixtures

This commit is contained in:
alxshelepenok
2019-05-09 16:37:54 +03:00
parent 768464477d
commit 5b3dcd9b83
4 changed files with 122 additions and 0 deletions

View File

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