mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
14 lines
234 B
Plaintext
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();",
|
|
},
|
|
}
|
|
`;
|