// 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

", "audioId": null, "feedback": "

That is not correct.

", }, { "answer": "

Some italics

A second answer paragraph.

", "audioId": null, "feedback": null, }, { "answer": "

code in code tags

", "audioId": null, "feedback": null, }, ], "solution": 3, "text": "

Question line 1

  var x = 'y';
", }, ], } `;