-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased
Milestone
Description
Is your feature request related to a problem? Please describe.
I prefer to name my snapshot directory snapshots
instead of __snapshots__
. I feel the underscores are unnecessary noise.
Describe the solution you'd like
A CLI option --snapshot-dirname <name>
Describe alternatives you've considered
None
Additional context
In JS, I use vitest's resolveSnapshotPath option for the same, it is a bite more flexible as it allows full customization of the path, but I guess I would be happy with a static option just to define the directory name.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased
Type
Projects
Status
Done