Created by: ryansully
Solves #1455 (closed).
These options are now configurable:
collectCoverageFromcoverageReporterscoverageThresholdsnapshotSerializers
Verified by creating a new project using this code and testing with example package.json configuration:
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!<rootDir>/node_modules/",
"!<rootDir>/path/to/dir/"
]
}