freeCodeCamp/tools/challenge-md-parser/__snapshots__/tests-to-data.test.js.snap

13 lines
427 B
Plaintext

// 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 <code>h1</code> element should have the text \\"Hello World\\".');",
"text": "Your <code>h1</code> element should have the text \\"Hello World\\".",
},
],
}
`;