mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Updated fixtures for tests
no refs
This commit is contained in:
parent
909b81e7e4
commit
52826b2324
@ -14,7 +14,7 @@ function objectId() {
|
||||
export function getSiteData({
|
||||
products = getProductsData({numOfProducts: 1}),
|
||||
portalProducts = products.map(p => p.id),
|
||||
portalPlans: portal_plans = ['yearly']
|
||||
portalPlans: portal_plans = ['free', 'monthly', 'yearly']
|
||||
} = {}) {
|
||||
return {
|
||||
title: 'The Blueprint',
|
||||
|
Loading…
Reference in New Issue
Block a user