mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-29 21:52:32 +02:00
test: add fixtures
This commit is contained in:
13
jest/__fixtures__/page-context.js
Normal file
13
jest/__fixtures__/page-context.js
Normal 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
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user