Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pre push hook for npm run test #288

Merged

Conversation

NereusWB922
Copy link
Contributor

@NereusWB922 NereusWB922 commented Mar 11, 2024

Summary:

Fixes #87

Type of change:

  • 🧪 Tests Update

Proposed Commit Message:

Enable pre-push hook for npm test execution

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.

Copy link
Contributor

@Arif-Khalid Arif-Khalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@gycgabriel gycgabriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NereusWB922 NereusWB922 merged commit 5747ceb into CATcher-org:main Mar 11, 2024
3 checks passed
@NereusWB922 NereusWB922 deleted the 87-enable-test-pre-push-hook branch March 11, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tests for WATcher
3 participants