-
Enzyme seems to be on the way out, and does not currently work fully. (Simulating clicks seems to be broken.)
Let's add support for react-testing-library and deprecate enzyme.
-
It would be good to test out react-testing-library in this repo to see how it can work with graphql and hooks
-
### Description (include screenshots)
[Enzyme](https://enzymejs.github.io/enzyme/) does not support newer versions of react greater than 16.
As a result it is necessary to use an alternative t…
-
Make `Ava + power assert + enzyme` as an optional testing configuration.
`Karma + mocha + expect + react-test-utils` is current default.
-
We should stop using Enzyme and use React Testing Library (RTL; @testing-library/react) instead.
### Why ditch Enzyme / Why React Testing Library
There are lots of articles on this. I like [Time t…
-
I have a React Native component that imports some stuff from this package. I am trying to test this component with enzyme, using Mocha as the driver. I get the following error:
```
$ mocha --require …
-
Ici nous pouvons discuter sur ce qui doit être choisi entre testing Library et Enzyme.
-
Replace [enzyme-adapter](https://enzymejs.github.io/enzyme/) for testing with [React testing library (RTL)](https://testing-library.com/docs/react-testing-library/example-intro) because [Enzyme is no …
-
Several people have reached out to me regarding integration testing with Enzyme. While Enzyme is currently intended only for "Unit" Testing, I think that there is significant value to be extracted fro…
-
install Enzyme
create units tests for each component
pass the tests