Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): support custom jest config paths via --config
- --config will now be parsed shallow merged with the defaults, just like package.json.jest already is - previously adding --config to tsdx test would result in jest outputting a usage prompt (I believe due to the second --config that's added internally) and then the somewhat cryptic "argv.config.match is not a function" - if --config is detected, it will be parsed, merged, and then deleted from argv so that this error doesn't occur anymore
- Loading branch information