Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable pre-push hook for npm test execution (#288)
pre-push hook that runs `npm run test` automatically ensures all tests pass locally, enhancing code quality and preventing the accidental push of failing code. Let's enable the pre-push hook.
- Loading branch information