findRelatedTests option should be available for jest
This is a good first issue if somebody would like to work on it.
@FrozenPandaz I'd like to work on this. My team has an open issue to add testing to our pre-commit hook, so we'll likely make use of this option.
I believe --testLocationInResults should also be available because I'm getting Unknown option: '--testLocationInResults' at the moment.
@LuukMoret Are you getting that from vscode-jest? Because that's where I'm seeing it. It appears to be a hard-coded option in that plugin as well, so enabling support in the jest builder is required to be able to use it.
@LuukMoret Are you getting that from vscode-jest? Because that's where I'm seeing it. It appears to be a hard-coded option in that plugin as well, so enabling support in the jest builder is required to be able to use it.
Yes I'm getting the error from vscode-jest and I am unable to use it now because jest builder does not know the --testLocationInResults option.
Most helpful comment
Yes I'm getting the error from vscode-jest and I am unable to use it now because jest builder does not know the
--testLocationInResultsoption.