We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8de36 commit 615e150Copy full SHA for 615e150
packages/vitest/src/integrations/snapshot/port/utils.ts
@@ -20,7 +20,7 @@ import { getSerializers } from './plugins'
20
21
export const SNAPSHOT_VERSION = '1'
22
23
-const writeSnapshotVersion = () => `// Vitest Snapshot v${SNAPSHOT_VERSION}`
+const writeSnapshotVersion = () => `// Vitest Snapshot v${SNAPSHOT_VERSION}, https://vitest.dev/guide/snapshot.html`
24
25
export const testNameToKey = (testName: string, count: number): string =>
26
`${testName} ${count}`
0 commit comments