mochajs / mocha-examples

Working examples of common configurations using mocha ☕️
https://mochajs.org
Apache License 2.0
202 stars 153 forks source link

🚀 Feature: Add an example showing mocha+browser and mocha+node, where node imports JSDOM and browser uses global.window #82

Open iambumblehead opened 10 months ago

iambumblehead commented 10 months ago

Is there a formula for using mocha+browser and mocha+node, where tests import JSDOM for node environments only and use global window for browser environments?

Thanks in advance for any advice or help

JoshuaKGoldberg commented 8 months ago

This sounds like a great example to add 😄. Transferred over to the appropriate repo and switched from type: question to type: feature. Cheers! 🤎