www.byjp.me/indiekit/helpers/fixtures/jf2/feed-empty.jf2
JP Hastings-Spital f90ecd1dcd [Indiekit] Add fixture helpers
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
2024-10-08 12:13:23 +01:00

13 lines
350 B
Text

{
"type": "feed",
"name": "My Example Feed",
"summary": "A description of my example feed",
"url": "https://website.example/",
"photo": "https://website.example/icon.png",
"author": {
"name": "Jane Doe",
"url": "https://website.example/~janedoe",
"avatar": "https://website.example/~janedoe/photo.jpg"
},
"children": []
}