Files
freeCodeCamp/tools/challenge-parser/parser/plugins/__snapshots__/add-hooks.test.js.snap
Oliver Eyton-Williams 2a7b220a4f feat: support beforeEach and afterEach (#60921)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-07-07 10:46:09 +00:00

14 lines
234 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`add-before-hook plugin should have an output to match the snapshot 1`] = `
{
"hooks": {
"beforeAll": "// before all code
function foo() {
return 'bar';
}
foo();",
},
}
`;