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
Jest learning exercise - practical tests for JavaScript functions using the Jest library. used the AAA pattern to make tests easier for other developers to read and understand. Also, used the TDD approach in practice.