PrettyFormatOptions
undefined
Customize the snapshot format using options from the pretty-format.
import { defineConfig } from '@rstest/core'; export default defineConfig({ snapshotFormat: { printBasicPrototype: true, }, });