Files
freeCodeCamp/tools/challenge-parser/parser/plugins/__snapshots__/add-hooks.test.js.snap
2025-09-12 09:50:02 -07:00

14 lines
255 B
Plaintext

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