https://jestjs.io/docs/en/configuration.htmlarrow-up-right
For custom jest setup file support you can simple add file with such name pattern jest.setup.[js|ts] to your project and provide all needed configurations there
jest.setup.[js|ts]
# Print config to console mhy config jest # Write jest.config.js mhy config jest -i
jest
Last updated 4 years ago
Was this helpful?