0

I have some tests written with mocha. Probably something wrong with test isolation. When I start all test it's ok. When I pick only some describe block some test falls.

Did any knows any instruments to check test isolation. Maybe some tools that automatically starts tests/blocks in different order multiple times, or something else?

Stepan Loginov
  • 1,667
  • 4
  • 22
  • 49

1 Answers1

0

The rocha is an answer.

Finding at mocha GitHub discussion

Stepan Loginov
  • 1,667
  • 4
  • 22
  • 49