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

15 lines
253 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`challengeSeed-to-data plugin should have an output to match the snapshot 1`] = `
Object {
"solutions": Array [
"function testFunction(arg) {
return arg;
}
testFunction('hello');
",
],
}
`;