11 Matching Annotations
- Jul 2021
-
docs.gitlab.com docs.gitlab.com
- Jun 2021
-
gitlab.com gitlab.com
-
In Jest we are currently running all tests in JSDOM and not in a browser. This implies that certain scenarios cannot be tested or behave differently than in the real application.
-
-
gitlab.com gitlab.com
-
Move it to Jest. This potentially requires extending our jsdom mocked browser environment. Move it to RSpec. This will probably require us changing our perspective to a use-case oriented one. We just want to make sure we have the same value coverage.
-
- Nov 2019
-
github.com github.com
-
kentcdodds.com kentcdodds.com
-
let's add a console.log(wrapper.debug()) which will log out the structure of what enzyme has rendered for us
-
-
github.com github.com
-
Tests implementation details a bit (child component props received), but pretty good other than that.
https://www.robinwieruch.de/react-testing-tutorial, for example, says that is reasonable to do:
an integration test could verify that all necessary props are passed through from the tested component to a specific child component.
-
-
github.com github.com
-
github.com github.com
-
github.com github.com
Tags
Annotators
URL
-
-
airbnb.io airbnb.io