'Is there an equivalent to pytest's markers in jest?
I want to group all of the known flakey jest tests in a codebase with the equivalent of a marker in pytest (docs here) as a strategy to eventually remove them.
Does jest allow for this? Is there some command line flag to do this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
