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 suggested framework for this is JEST. Types of tests could include unit tests that test different API calls. Tests can be configured in package.json so that we just need to run npm run tests in order to run tests.
A suggested framework for this is JEST. Types of tests could include unit tests that test different API calls. Tests can be configured in package.json so that we just need to run
npm run testsin order to run tests.