I am trying to pass along a configuration file to Jest in order to run tests only from a given directory.
According to documentation, you can use config.testPathDi
config.testPathDi
I figured out that the config file is JSON.
{ "testPathDirs": ["coredata/src"] }
Unfortunately I found nowhere in the documentation a hint about this.