mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
338 B
338 B
| title | outline |
|---|---|
| snapshotSerializers | Config | deep |
snapshotSerializers
- Type:
string[] - Default:
[]
A list of paths to snapshot serializer modules for snapshot testing, useful if you want add custom snapshot serializers. See Custom Serializer for more information.