mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
* chore(deps): update jest monorepo to v29 * chore: install jest-environment-jsdom * chore: update snapshots * fix: update config to transform nanoid+uuid * chore: update babel's node target This does not seem strictly necessary, but is probably for the best. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
41 lines
735 B
Plaintext
41 lines
735 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`add-seed plugin should have an output to match the snapshot 1`] = `
|
|
{
|
|
"challengeFiles": [
|
|
{
|
|
"contents": "<html>
|
|
<body>
|
|
</body>
|
|
</html>",
|
|
"editableRegionBoundaries": [],
|
|
"ext": "html",
|
|
"head": "",
|
|
"id": "",
|
|
"name": "index",
|
|
"tail": "",
|
|
},
|
|
{
|
|
"contents": "body {
|
|
background: green;
|
|
}",
|
|
"editableRegionBoundaries": [],
|
|
"ext": "css",
|
|
"head": "",
|
|
"id": "",
|
|
"name": "styles",
|
|
"tail": "",
|
|
},
|
|
{
|
|
"contents": "var x = 'y';",
|
|
"editableRegionBoundaries": [],
|
|
"ext": "js",
|
|
"head": "",
|
|
"id": "",
|
|
"name": "script",
|
|
"tail": "",
|
|
},
|
|
],
|
|
}
|
|
`;
|