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
I'd probably use something like husky.
The main idea is that we need to preserve our code style and test coverage at all costs.
Having a pre-commit hook to run the tests and a pre-push hook to lint the files would be ideal. :)