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
Many of the tests do not have names, or the name is not descriptive enough:
// missingit('',()=>{expect(evaluate('')).toBe(undefined)})// room for improvementit('invalid',()=>{expect(()=>throwForInvalidSequence('+','+')).toThrow()})
Suggested solution:
Add names to all the tests, and review / rephrase existing names.
The text was updated successfully, but these errors were encountered:
Problem description:
Many of the tests do not have names, or the name is not descriptive enough:
Suggested solution:
Add names to all the tests, and review / rephrase existing names.
The text was updated successfully, but these errors were encountered: