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

Upgraded mingo to 6.4.6 #66

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Upgraded mingo to 6.4.6 #66

wants to merge 1 commit into from

Conversation

mike182uk
Copy link
Member

Upgraded mingo to 6.4.6 due to older versions not playing nicely with vite when bundled up (due to invalid module reference in package.json)

@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f93a178) 79.49% compared to head (87203de) 79.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #66   +/-   ##
=======================================
  Coverage   79.49%   79.49%           
=======================================
  Files           9        9           
  Lines        1551     1551           
  Branches      313      313           
=======================================
  Hits         1233     1233           
  Misses        313      313           
  Partials        5        5           

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

@@ -68,6 +68,9 @@ describe('Public API', function () {
});

it('ensure caching works as expected', function () {
// Ensure mingo.Query can be spied on
Object.defineProperty(mingo, 'Query', {writable: true, value: mingo.Query});
Copy link
Member Author

Choose a reason for hiding this comment

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

We have to do this to allow sinon to spy on Query due to how the export is defined (Object.defineProperty with writeable defaulting to false)

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