// 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\\".", }, ], } `; exports[`tests-to-data plugin should match the video snapshot 1`] = ` Object { "question": Object { "answers": Array [ "

inline code

", "

some italics

", "

code in code tags

", ], "solution": 3, "text": "

Question line one

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