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

Add first test for bin/happo-e2e.js #74

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Add first test for bin/happo-e2e.js #74

merged 1 commit into from
Mar 5, 2025

Conversation

lencioni
Copy link
Contributor

@lencioni lencioni commented Mar 5, 2025

We recently shipped a bug with an incorrect import statement. This should have been caught by any test running on this file but we did not have any.

I am getting the ball rolling here by writing a very basic test on this file. To make this bin script importable and executable as a function, I am doing some light refactoring at the same time.

We should definitely come back and add more testing, but for now this is a great improvement.

We recently shipped a bug with an incorrect import statement. This
should have been caught by any test running on this file but we did not
have any.

I am getting the ball rolling here by writing a very basic test on this
file. To make this bin script importable and executable as a function,
I am doing some light refactoring at the same time.

We should definitely come back and add more testing, but for now this is
a great improvement.
@lencioni lencioni requested a review from trotzig March 5, 2025 20:40
@trotzig trotzig merged commit e7e2bdd into main Mar 5, 2025
5 checks passed
@trotzig trotzig deleted the more-tests branch March 5, 2025 21:22
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.

2 participants