DEV Community

Discussion on: Using unit and integration tests in Jest

Collapse
 
glebirovich profile image
Gleb Irovich

Jest allows to specify config file as a parameter. You can add it in npm scripts for each project in your monorepo.

Collapse
 
jalal246 profile image
Jalal 🚀

Adding separate jest config files is a key here. But still, need to figure out more about it, including opening a server for example, when I have some time to launch end to end test.