mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -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>
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`process-frontmatter plugin should have an output to match the snapshot 1`] = `
|
|
{
|
|
"challengeType": 0,
|
|
"forumTopicId": 18276,
|
|
"id": "bd7123c8c441eddfaeb5bdef",
|
|
"title": "Say Hello to HTML Elements",
|
|
"videoUrl": "https://scrimba.com/p/pVMPUv/cE8Gpt2",
|
|
}
|
|
`;
|