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

test: Converted the api unit tests to node:test #2516

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

bizob2828
Copy link
Member

Description

Please provide a brief description of the changes introduced in this pull request.
What problem does it solve? What is the context of this change?

How to Test

npm run unit

Related Issues

Closes #2513

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.19%. Comparing base (9363eb0) to head (375ba3a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2516      +/-   ##
==========================================
+ Coverage   97.15%   97.19%   +0.03%     
==========================================
  Files         289      289              
  Lines       45415    45415              
==========================================
+ Hits        44123    44139      +16     
+ Misses       1292     1276      -16     
Flag Coverage Δ
integration-tests-cjs-18.x 73.81% <ø> (ø)
integration-tests-cjs-20.x 73.82% <ø> (ø)
integration-tests-cjs-22.x 73.85% <ø> (ø)
integration-tests-esm-18.x 49.15% <ø> (ø)
integration-tests-esm-20.x 49.15% <ø> (ø)
integration-tests-esm-22.x 49.18% <ø> (ø)
unit-tests-18.x 88.71% <ø> (+0.03%) ⬆️
unit-tests-20.x 88.71% <ø> (+0.03%) ⬆️
unit-tests-22.x 88.71% <ø> (+0.03%) ⬆️
versioned-tests-18.x 78.87% <ø> (-0.11%) ⬇️
versioned-tests-20.x 78.87% <ø> (-0.12%) ⬇️
versioned-tests-22.x 78.88% <ø> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jsumners-nr jsumners-nr left a comment

Choose a reason for hiding this comment

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

I haven't gone through every line. It looks like these were fairly easy, just numerous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

Convert the api unit tests to node:test
2 participants