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

Reintroduce Unit Testing Using Jest #122

Merged
merged 5 commits into from
Feb 17, 2024
Merged

Reintroduce Unit Testing Using Jest #122

merged 5 commits into from
Feb 17, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Feb 17, 2024

This pull request resolves #121 by introducing the following changes:

  • Adds unit testing to this project using Jest.
  • Adds a yarn.test.mjs test file for testing the yarn.mjs module.
  • Adds configuration for test files in the .eslintrc.json file.
  • Adds a test-package job in the test workflow.

@threeal threeal self-assigned this Feb 17, 2024
@threeal threeal added this to the Version 1.1.0 milestone Feb 17, 2024
@threeal threeal merged commit b747ed6 into main Feb 17, 2024
7 checks passed
@threeal threeal deleted the reintroduce-jest branch February 17, 2024 11:12
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reintroduce Unit Testing Using Jest
1 participant