mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-19 13:00:32 -05:00
14 lines
255 B
Plaintext
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();",
|
|
},
|
|
}
|
|
`;
|