// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`add-tests plugin > should have an output to match the snapshot 1`] = ` { "tests": [ { "testString": "// test code", "text": "

First hint

", }, { "testString": "// more test code", "text": "

Second hint with code

", }, { "testString": "// more test code if(let x of xs) { console.log(x); }", "text": "

Third hint with code and inline code

", }, ], } `;