openedx / open-edx-proposals

Proposals for Open edX architecture, best practices and processes
http://open-edx-proposals.readthedocs.io/
Other
44 stars 31 forks source link

docs: adr that outlines tools for enzyme migration #501

Closed jesperhodge closed 1 year ago

jesperhodge commented 1 year ago

TLDR;

We propose that existing enzyme tests in openedx migrate over to https://github.com/openedx/react-unit-test-utils. For new tests, we still recommend react-testing-library.

The reason is that it takes much too long and is too risky to migrate directly to react-testing-library, because we would have to rewrite every test file.

arbrandes commented 1 year ago

Assigning myself as arbiter.