You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"snappydoo": {
"exclude": [
"SnapshotFileName", // exclude files with exactly this filename (when `test.js.snap` is appended)
{
type: "regex",
expression: "(.*)" // exclude all files that match this expression
}
]
}
}
In snappydoo config