// 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": "", }, }, ], } `;