// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`add-tests plugin should have an output to match the snapshot 1`] = ` Object { "tests": Array [ Object { "testString": "// test code", "text": "

First hint

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

Second hint with code

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

Third hint with code and inline code

", }, ], } `;