Closed mariano-aguero closed 5 years ago
This is an improvement for tests that don't use mount: writing these and using watch will be now beareble again.
We should probably aim to use shallow rendering in tests. As @mariano-aguero said, the documentation [1] states that they will definitely run faster.
[1] Disabling jsdom: https://facebook.github.io/create-react-app/docs/running-tests
Add node enviroment to jest tests. Added support for some files to use jsdom.
With node enviroment
With jsdom enviroment
Should we close this issue #16 ?