You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flagrant place where using more minimal examples is needed, is in the "Update matches" test suite: a double elimination example with 16 teams is used where really a single elimination with 2 teams could be used instead.
Also, use beforeEach() calls instead of before() to make all tests more independent.
The text was updated successfully, but these errors were encountered:
A flagrant place where using more minimal examples is needed, is in the "Update matches" test suite: a double elimination example with 16 teams is used where really a single elimination with 2 teams could be used instead.
Also, use
beforeEach()
calls instead ofbefore()
to make all tests more independent.The text was updated successfully, but these errors were encountered: