freeCodeCamp/tools/challenge-md-parser/__snapshots__/challengeSeed-to-data.test....

24 lines
449 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`challengeSeed-to-data plugin should have an output to match the snapshot 1`] = `
Object {
"files": Array [
Object {
"contents": "function testFunction(arg) {
return arg;
}
testFunction('hello');
",
"ext": "js",
"head": "console.log('before the test');
",
"key": "indexjs",
"name": "index",
"tail": "console.info('after the test');
",
},
],
}
`;