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

wasm: update package-lock #1124

Merged
merged 2 commits into from
Dec 24, 2024
Merged

wasm: update package-lock #1124

merged 2 commits into from
Dec 24, 2024

Conversation

pca006132
Copy link
Collaborator

Seems to please dependabot.

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.54%. Comparing base (209350f) to head (3b3f54e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1124   +/-   ##
=======================================
  Coverage   91.54%   91.54%           
=======================================
  Files          30       30           
  Lines        5904     5904           
=======================================
  Hits         5405     5405           
  Misses        499      499           

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

expect(result.genus).to.equal(5, 'Genus');
expect(result.volume).to.be.closeTo(203164, 1, 'Volume');
expect(result.surfaceArea).to.be.closeTo(62046, 1, 'Surface Area');
expect(result?.genus).to.equal(5, 'Genus');
Copy link
Owner

Choose a reason for hiding this comment

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

Why all the ?s - can result actually be null?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@pca006132 pca006132 merged commit 3a0c251 into master Dec 24, 2024
25 checks passed
@pca006132 pca006132 deleted the npm-update branch December 24, 2024 04:50
@elalish elalish mentioned this pull request Dec 26, 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.

2 participants