// 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\\".",
    },
  ],
}
`;