how to make a jest test fail at first time even using jest.retryTimes?

后端 未结 0 705
情深已故
情深已故 2020-12-15 23:47

in my Jest test suite,

i use

jest.retryTimes(4)

because of the particular and instable architecture of the software. And this works as expected.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题