Created by: ryansully
EDIT Borked my upstream. See #1830 instead.
Solves #1455 (closed).
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/"
]
}