chaijs / chaijs.github.io

The chaijs.com website source code. Contributions welcome.
http://chaijs.github.io
49 stars 71 forks source link

Add guide on using Chai with ESM and plugins #206

Closed koddsson closed 2 months ago

koddsson commented 3 months ago

This pull request introduces a comprehensive guide on using Chai with ECMAScript Modules (ESM) and plugins, specifically focusing on the chai-http plugin and best practices for plugin authors to expose globals sustainably.

See https://github.com/chaijs/chai/issues/1569#issuecomment-1921139662


For more details, open the Copilot Workspace session.

koddsson commented 2 months ago

Figured I'd piggy-back on this PR to land some docs for https://github.com/chaijs/chai/pull/1617 as well.