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

Fixed prototypal inheritance and avoid double-wrapping #15

Merged

Conversation

SimonSimCity
Copy link
Member

This finally makes this library compatible with hwillson/meteor-stub-collections.

The reason why it fails is that the properties of the prototype change if Mongo. _CollectionPrototype was not set before loading this library - which for some reason always happens before loading the tests ... So I was not able to fully prove this by a test, but can confirm that it works now.

@jankapunkt
Copy link
Member

Once we have set up CI I will review this one

@StorytellerCZ
Copy link
Member

@jankapunkt @SimonSimCity tests were merged, so we can proceed with this now.

@StorytellerCZ
Copy link
Member

@SimonSimCity I have taken the liberty to adjust things to align more with the modern infrastructure. Can you please take a look to make sure that it works as you intended?

@jankapunkt
Copy link
Member

@StorytellerCZ tests fail with Error: Cannot find module 'node:child_process'

@jankapunkt jankapunkt merged commit 3b8e4f1 into Meteor-Community-Packages:master Dec 21, 2023
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.

None yet

3 participants