Skip to content

Allow specifying excluded files by regular expression #4

@wilhelmklopp

Description

@wilhelmklopp

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
      }
    ]
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions