2018-09-30 20:13:52 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`challengeSeed-to-data plugin should have an output to match the snapshot 1`] = `
|
|
|
|
Object {
|
2020-07-14 14:20:51 +02:00
|
|
|
"files": Object {
|
|
|
|
"indexjs": Object {
|
2018-09-30 20:13:52 +01:00
|
|
|
"contents": "function testFunction(arg) {
|
|
|
|
return arg;
|
|
|
|
}
|
|
|
|
|
|
|
|
testFunction('hello');
|
|
|
|
",
|
2020-07-01 23:14:46 -07:00
|
|
|
"editableRegionBoundaries": Array [],
|
2018-09-30 20:13:52 +01:00
|
|
|
"ext": "js",
|
|
|
|
"head": "console.log('before the test');
|
|
|
|
",
|
|
|
|
"key": "indexjs",
|
|
|
|
"name": "index",
|
|
|
|
"tail": "console.info('after the test');
|
|
|
|
",
|
|
|
|
},
|
2020-07-14 14:20:51 +02:00
|
|
|
},
|
2018-09-30 20:13:52 +01:00
|
|
|
}
|
|
|
|
`;
|