Would someone be interes…

less than 1 minute read

Would someone be interested in a schematic generating run and test configurations for Jetbrains IDEs (Webstorm, PHPStorm, IDEA Ultimate…)?

Responses:

I actually have a PR opened that changes the jest configs to include the necessary properties so that jest can be ran in IDEs

https://github.com/nrwl/nx/pull/3224 if you’re interested

What do you have in mind for the run configurations?

placing them in the .idea folder?

Actually, I already created that schematic and use it, particularly for testing a whole lib or app. It’s currently a part of my workspace, but if someone’s interested, I’ll think to publish it. And yes it generates configuration files under the .idea folder.

neat

do you have to modify any of the jest configs? Or do you use the cli arguments

Updated: