mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
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.
9 lines
150 B
Text
9 lines
150 B
Text
{
|
|
"type": "entry",
|
|
"name": "Video",
|
|
"video": [{
|
|
"url": "https://website.example/baz.mp4"
|
|
}, {
|
|
"url": "https://foo.bar/qux.mp4"
|
|
}]
|
|
}
|