Skip to content

Add DEV flag for jest

What does this MR do and why?

Add DEV flag for jest.

This allows non-CI environments to change the number of workers that Jest spans for decreased execution time.

Changelog: other

#456885 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Run any spec locally
$ yarn jest -f <path_to_file> --all
Edited by Jose Ivan Vargas

Merge request reports