-
Notifications
You must be signed in to change notification settings - Fork 305
Conversation
@trajano: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
Thanks @trajano! This seems like a good idea -- could I ask that you send the equivalent PR to https://github.com/meteor/todos so we can double check that it works? |
@trajano any chance of that PR? |
Sorry no, RL work took priority. Plus there's a few errors after I upgraded meteor on the boilerplate code that I need to address first. |
Any updates on this @trajano ? |
@trajano No worries if you're still busy, but just checking back on this! Did you encounter any insurmountable problems with switching to this? Seems like a reasonable idea overall. |
I don't recall having any problems when I did it back then, but Meteor has been evolving since I created the PR. No guarantees, but if I get some free time today I'll take a quick look. |
Rather than practicalmeteor:chai, use the npm versions. This allows us to ensure we can get the latest versions possible of the libraries and allows us to do tests using other test packages. See practicalmeteor/meteor-mocha#23 and https://github.com/xolvio/meteor-jasmine/issues/334#issuecomment-208725856 for other reasons.
DO NOT MERGE YET. I still have to make sure things work, I just rebased it for now. |
Hmm like I said I haven't played with Meteor for a while, I just tried to do
From a clone of the todos app. Going to try doing a From the stack trace it looks like it is a fundamental problem of Meteor itself rather than the driver since all the errors are from the |
Hi. Could you try open console as admin? |
@kfern thanks that got it working. I'll continue when I can later. Is this new I don't recall ever having to do this before (running as admin I mean) |
We really do not want anyone having to run I think it's worth considering a recommendation to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for checking into this, @trajano.
Marking as "Needs changes" based on the previous "don't merge" exclamation. This is just to avoid accidental merging – happy to dismiss this review as deemed appropriate. 😉
@abernix I'll look into this |
Any updates on this, @trajano? |
Closing this off, I don't have time to work on this anymore sorry. |
Thanks for submitting a PR! We'll try to look at it as soon as possible.
If you are adding significant new content, please take a moment to include an update to the changelog in your PR.
Use this field to describe your pull request.
Rather than practicalmeteor:chai, use the npm versions. This allows us to
ensure we can get the latest versions possible of the libraries and allows
us to do tests using other test packages.
See practicalmeteor/meteor-mocha#23 and https://github.com/xolvio/meteor-jasmine/issues/334#issuecomment-208725856 for other reasons.