// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`tests-to-data plugin should have an output to match the snapshot 1`] = `
Object {
"tests": Array [
Object {
"testString": "assert.isTrue((/hello(\\\\s)+world/gi).test($('h1').text()), 'Your h1
element should have the text \\"Hello World\\".');",
"text": "
Your h1
element should have the text \\"Hello World\\".
inline code
some italics
", " code in
code tags
Question line one
var x = 'y';
",
},
}
`;