3.0.0
Pre-release
Pre-release
As of 3.0.0, preact-jsx-chai now requires Preact 10+. Use preact-jsx-chai@2 for older versions.
This release also includes 3 great new assertions courtesy of @billneff79:
expect(..).to.deep.equal(..)expect(..).to.shallow.include(..)expect(..).to.be.jsx
See the readme for examples of those.