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
We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky which runs npm run test before committing
We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky which runs
npm run testbefore committing