// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`add-video-question plugin > should match the video snapshot 1`] = ` { "questions": [ { "answers": [ { "answer": "
Some inline code
That is not correct.
", }, { "answer": "Some italics
A second answer paragraph.
", "audioId": null, "feedback": null, }, { "answer": " code in code tags
Question line 1
var x = 'y';
",
},
],
}
`;