mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 18:03:49 -05:00
41 lines
715 B
Plaintext
41 lines
715 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`add solution plugin > should have an output to match the snapshot 1`] = `
|
|
{
|
|
"solutions": [
|
|
[
|
|
{
|
|
"contents": "<html>
|
|
<body>
|
|
</body>
|
|
</html>",
|
|
"ext": "html",
|
|
"head": "",
|
|
"id": "html-key",
|
|
"name": "index",
|
|
"tail": "",
|
|
},
|
|
{
|
|
"contents": "body {
|
|
background: white;
|
|
}",
|
|
"ext": "css",
|
|
"head": "",
|
|
"id": "",
|
|
"name": "styles",
|
|
"tail": "",
|
|
},
|
|
{
|
|
"contents": "var x = 'y';
|
|
\`\`",
|
|
"ext": "js",
|
|
"head": "",
|
|
"id": "",
|
|
"name": "script",
|
|
"tail": "",
|
|
},
|
|
],
|
|
],
|
|
}
|
|
`;
|