jsx-chai icon indicating copy to clipboard operation
jsx-chai copied to clipboard

[DEPRECATED] JSX assertions for Chai using Algolia's react-element-to-jsx-string

Results 3 jsx-chai issues
Sort by recently updated
recently updated
newest added

for example chai 4.1.2 does not match this peer dependency: https://github.com/bkonkle/jsx-chai/blob/develop/package.json#L44 Doesn't seem to be causing any issues for us though... other than the warning.

Could you please create release after latest merge? How could I help? It is filling tests with warnings: `Warning: ReactTestUtils has been moved to react-dom/test-utils. Update references to remove this...

# I'm using webpack to bundle my spec files, so that mocha can run successfully Import in the spec file: ``` import chai, { expect } from 'chai'; import jsxChai...