Hi I m having issues se…

less than 1 minute read

Hi, I’m having issues setting up a global setup. In the workspace’s root I add gloablSetup: './jest.global.setup.js' to the jest-config file. It gives an error when running any project’s tests it cannot find the file because it is looking in the project’s folder and not in the root. Is there a way to setup a workspace global setup for jest?

Updated: