Denis Perov

Results 14 comments of Denis Perov

Very much needed fix, as I faced the issue with JavaScript plugin loading myself. I created a plugin following the official docs but it didn't work. Debugging this issue is...

Resolves [this](https://github.com/Meteor-Community-Packages/meteor-mocha/issues/40) issue.

FYI the solution is based on the fact that Xunit output can only [write](https://github.com/mochajs/mocha/blob/main/lib/reporters/xunit.js#L140) to `console` or `process.stdout` (if it's present) in a browser. To my knowledge, the `process.stdout` option...

Looping back here as I wanted to submit the same issue. It's still there and quite annoying every time I need to install Meteor on a new system. The worst...