// 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();", }, } `;