integrations / integrations/snappydoo

Allow specifying excluded files by regular expression

Open
#4 0 comments 0 reactions 1 assignee Claimed by @wilhelmklopp View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.