Last updated 3 years ago
Was this helpful?
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