···117117- `escapeString: false`
118118- `escapeRegex: true`
119119- `printFunctionName: false`
120120+- `maxOutputLength: 2 ** 27`
121121+122122+Snapshots use a more generous safety cap than the package default. The default `maxOutputLength` is tuned for general-purpose formatting such as logs and error messages, while snapshot users may intentionally persist large serialized values to dedicated files. Users can still opt into a smaller cap through `test.snapshotFormat.maxOutputLength`.
120123121124Default snapshot plugin stack:
122125