This repo serves as a base to workshops that aim to compare implementation detail testing and behaviour testing.
To navigate it, check the different branches:
masteris just the base with the components that will be testedenzyme-testscontains tests that rely on implementation detailsenzyme-tests-brokencontains examples of false negatives and positives (check the commits)rtl-testscontains tests written with React Testing Library that prevent false negaives and positives from happening :)