Files
freeCodeCamp/tools/challenge-parser/parser/plugins/__snapshots__/add-before-hook.test.js.snap
2025-02-28 14:03:18 +02: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();",
},
}
`;