tape-jsx-equals
tape-jsx-equals copied to clipboard
Test React components with tape
``` Warning: ReactTestUtils has been moved to react-dom/test-utils. Update references to remove this warning. ``` I see this warning as soon as I import this module. Using `react-element-to-jsx-string` directly does...
The current lib. is throwing the error shown below because an old version of [react-element-to-jsx-string](https://github.com/algolia/react-element-to-jsx-string) is being used. Exactly the version is `2.0.4`. The current version is `6.4.0`. ```shell Error:...
`⚡ npm shrinkwrap` `npm ERR! node v4.2.6` `npm ERR! npm v2.15.3` `npm ERR! Problems were encountered` `npm ERR! Please correct and try again.` `npm ERR! extraneous: [email protected] /Users/Sites/myproject/node_modules/tape-jsx-equals/node_modules/react` `npm ERR!...