Skip to content

chai 6.0.0

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v5.3.2...v6.0.0