// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`add-seed plugin should have an output to match the snapshot 1`] = ` Object { "challengeFiles": Array [ Object { "contents": " ", "editableRegionBoundaries": Array [], "ext": "html", "head": "", "id": "", "name": "index", "tail": "", }, Object { "contents": "body { background: green; }", "editableRegionBoundaries": Array [], "ext": "css", "head": "", "id": "", "name": "styles", "tail": "", }, Object { "contents": "var x = 'y';", "editableRegionBoundaries": Array [], "ext": "js", "head": "", "id": "", "name": "script", "tail": "", }, ], } `;