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

Convert to jest #34

Merged
merged 10 commits into from
Feb 1, 2024
Merged

Convert to jest #34

merged 10 commits into from
Feb 1, 2024

Conversation

ehoogerbeets
Copy link
Contributor

@ehoogerbeets ehoogerbeets commented Jan 31, 2024

  • Converted all unit tests from nodeunit to jest
  • Use ESM syntax in all the source files
  • Fixed a few bugs that turned up because jest ran more of the tests than nodeunit did! (this was due to the conflict in the test names in nodeunit, and jest doesn't have that problem.)
  • Added new tests for the static methods of ilib classes that can be called synchronous or asynchronously. Previously, there were no tests for synchronous call mode, only the asynchronous mode.

@ehoogerbeets ehoogerbeets self-assigned this Jan 31, 2024
@ehoogerbeets
Copy link
Contributor Author

@gouniLee Ready for review now

Copy link

@gouniLee gouniLee left a comment

Choose a reason for hiding this comment

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

Don't forget to update the copyright year in README.file as well.

@ehoogerbeets ehoogerbeets merged commit f357dca into main Feb 1, 2024
1 check passed
@ehoogerbeets ehoogerbeets deleted the convertToJest branch February 1, 2024 05:08
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