Closed jirikrepl closed 1 year ago
Hi @StorytellerCZ what do you think?
@jirikrepl just some questions for testing it - do you run your tests in the browser or do you do headless testing with puppeteer or similar? Just want to focus on the modes you don't use.
Regarding 5% - what means "crash" ? Freezing? Or just doing nothing? Error messages?
I am running client tests in headless mode with puppeteer. That 5% cases print some error about browser crash, but I am not sure. I would post it here when I see it again
this PR fix the lint errors of this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106
After my use (8+ months) as a local package with this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106 I think it is good to merge as-is.
Client-side tests are reloaded correctly with this PR 95% time. Without this PR client-side tests are not reloaded at all. Rarely (5%) Chrome would crash when watching client tests, and mocha would need to be restarted.