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

24 lines
436 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 [
Object {
"indexjs": Object {
"contents": "function testFunction(arg) {
return arg;
}
testFunction('hello');
",
"ext": "js",
"head": "",
"key": "indexjs",
"name": "index",
"tail": "",
},
},
],
}
`;