Files
freeCodeCamp/tools/challenge-parser/__snapshots__/challengeSeed-to-data.test.js.snap
Oliver Eyton-Williams a3a678b7af chore: remove old parser
2021-02-02 09:51:02 +05:30

25 lines
505 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": Object {
"indexjs": Object {
"contents": "function testFunction(arg) {
return arg;
}
testFunction('hello');
",
"editableRegionBoundaries": Array [],
"ext": "js",
"head": "console.log('before the test');
",
"key": "indexjs",
"name": "index",
"tail": "console.info('after the test');
",
},
},
}
`;