2020-11-27 19:02:05 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`add-seed plugin should have an output to match the snapshot 1`] = `
|
|
|
|
Object {
|
2021-08-12 19:48:28 +01:00
|
|
|
"challengeFiles": Array [
|
|
|
|
Object {
|
|
|
|
"contents": "<html>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>",
|
2020-11-27 19:02:05 +01:00
|
|
|
"editableRegionBoundaries": Array [],
|
2021-08-12 19:48:28 +01:00
|
|
|
"ext": "html",
|
2020-11-27 19:02:05 +01:00
|
|
|
"head": "",
|
|
|
|
"id": "",
|
|
|
|
"name": "index",
|
|
|
|
"tail": "",
|
|
|
|
},
|
2021-08-12 19:48:28 +01:00
|
|
|
Object {
|
|
|
|
"contents": "body {
|
|
|
|
background: green;
|
|
|
|
}",
|
2020-11-27 19:02:05 +01:00
|
|
|
"editableRegionBoundaries": Array [],
|
2021-08-12 19:48:28 +01:00
|
|
|
"ext": "css",
|
2020-11-27 19:02:05 +01:00
|
|
|
"head": "",
|
|
|
|
"id": "",
|
2021-12-03 21:32:29 +01:00
|
|
|
"name": "styles",
|
2020-11-27 19:02:05 +01:00
|
|
|
"tail": "",
|
|
|
|
},
|
2021-08-12 19:48:28 +01:00
|
|
|
Object {
|
2020-11-27 19:02:05 +01:00
|
|
|
"contents": "var x = 'y';",
|
|
|
|
"editableRegionBoundaries": Array [],
|
|
|
|
"ext": "js",
|
|
|
|
"head": "",
|
|
|
|
"id": "",
|
2021-12-03 21:32:29 +01:00
|
|
|
"name": "script",
|
2020-11-27 19:02:05 +01:00
|
|
|
"tail": "",
|
|
|
|
},
|
2021-08-12 19:48:28 +01:00
|
|
|
],
|
2020-11-27 19:02:05 +01:00
|
|
|
}
|
|
|
|
`;
|