mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-22 05:01:23 -05:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`process-frontmatter plugin > should have an output to match the snapshot 1`] = `
|
|
{
|
|
"challengeType": 0,
|
|
"forumTopicId": 18276,
|
|
"id": "bd7123c8c441eddfaeb5bdef",
|
|
"isHidden": false,
|
|
"title": "Say Hello to HTML Elements",
|
|
"videoUrl": "https://scrimba.com/p/pVMPUv/cE8Gpt2",
|
|
}
|
|
`;
|