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 testing by 'jest' on CI #12

Merged
merged 6 commits into from
Jun 13, 2024
Merged

Enable testing by 'jest' on CI #12

merged 6 commits into from
Jun 13, 2024

Conversation

Rindrics
Copy link
Collaborator

close #3

  • I added a small test for src/printers/text.ts to confirm jest actually works

@Rindrics Rindrics requested a review from a team June 11, 2024 08:33
@Rindrics Rindrics self-assigned this Jun 11, 2024
Copy link

@bvlion bvlion left a comment

Choose a reason for hiding this comment

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

I have made one comment. Please check it.

.node-version Outdated
@@ -0,0 +1 @@
22
Copy link

Choose a reason for hiding this comment

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

nits: It seems advisable to pin the minor version as well to ensure compatibility and stability.

Suggested change
22
22.3.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks, fixing "minor" version makes sense.

but I'm planning to free "patch" version to apply security patch automatically.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

pinned at 22.3: a814394

Copy link

Choose a reason for hiding this comment

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

Sure, that sounds like a good plan.

@Rindrics Rindrics requested a review from bvlion June 13, 2024 04:34
Copy link

@bvlion bvlion left a comment

Choose a reason for hiding this comment

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

LGTM!!

@Rindrics
Copy link
Collaborator Author

thx!

@Rindrics Rindrics merged commit 1b72947 into main Jun 13, 2024
1 check passed
@Rindrics Rindrics deleted the issue-3-enable-test branch June 13, 2024 05:31
This was referenced Jun 13, 2024
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.

Add tests
2 participants