I've tried every combination of settings and overriding defaults, I cannot get Jest to look within my node_modules folder.
{
    "testEnvironment": "node",
    "testMatch": ["**.test.js"],
    "testPathIgnorePatterns": []
}
Why wouldn't this work?
When I run jest with this config, with tests available in the node_modules folder, I get:
 211 files checked.
  testMatch: **.test.js - 0 matches
  testPathIgnorePatterns:  - 0 matches
  testRegex:  - 0 matches
Pattern:  - 0 matches
