Hi, Brooks. I don't know exactly what kinds of problems you're seeing, but I just verified that I'm able to run Jest tests within the IDE with this library configuration:
and a run configuration as follows:
but I did have to add one more dependency to "package.json" that was missing or I'd get the following error:
TypeError: Cannot read properties of undefined (reading 'html') at new JSDOMEnvironment
Specifically I added "jest-environment-json" as below and ran "npm install" again to ensure it was available at runtime:
That hasn't been required in the past, but evidently it is now. I'll likely reach out to the CLI team and let them know that, without that, there is a missing dependency at test runtime. They've fixed similar issues in the past when reported.
Regards,
Scott Wells