integrations / integrations/snappydoo
Allow specifying excluded files by regular expression
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In snappydoo config
```
{
"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
}
]
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.