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
}
]
}
}
The text was updated successfully, but these errors were encountered:
In snappydoo config
The text was updated successfully, but these errors were encountered: