Kent C. Dodds
6d006ccc33
Update React Testing Library name ( #2061 )
...
Since the package was renamed to `@testing-library/react` we're trying to encourage people to drop writing "react-testing-library" in favor of "React Testing Library"
2019-06-06 13:51:27 -07:00
Mark Murray
d6d30b6c35
Rename App class component to Counter ( #1739 )
2019-03-09 00:27:44 -08:00
Alexey Pyltsyn
1a625b7b69
Merge branch 'master' into httpsify
2019-02-22 00:12:48 +03:00
Romain Linsolas
e3f43f5bdd
Fix shallow renderer link on test utils page
2019-02-14 01:24:52 +01:00
Michał Gołębiowski-Owczarek
7e4ac52af4
HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments)
...
This is a followup to #1157
2019-02-07 14:45:03 +01:00
Nat Alison
25df15b83e
reapply, correctly generating links
2019-02-06 18:03:29 -08:00
Nat Alison
dc1e5366e3
revert id adding
2019-02-06 18:00:52 -08:00
Nat Alison
3e49e971d0
add everything else again
2019-02-06 17:22:04 -08:00
Dan Abramov
d20be53455
Document test renderer act (temporary fix)
2019-02-06 18:26:26 +00:00
Dan Abramov
601c016f49
testing
2019-02-05 18:05:36 +00:00
Kent C. Dodds
17f2a6f9d0
Update addons-test-utils.md
2018-04-05 12:11:54 -06:00
Kent C. Dodds
9c39cb117f
add reference to react-testing-library
...
Because it will help engineers write better tests with react.
2018-04-05 10:09:59 -06:00
Daniela Borges Matos de Carvalho
dfdddfd7cd
Update test-utils to use refs correctly ( #215 )
...
* Update test-utils to use refs correctly
Update test-utils according to the new way of using refs: https://reactjs.org/docs/refs-and-the-dom.html
* Tweak
2017-10-27 12:40:58 +01:00
Joppe Geluykens
174d7890ed
fix: add language part in link to Jest tutorial
...
Link to Jest tutorial led to 404 since it didn't include the `/en/` language part.
2017-10-12 10:43:50 +02:00
Dan Abramov
0daa24f569
Backticks
2017-10-10 18:57:21 +01:00
Anna Do
b6e2f24421
Added recommendation to use shallow rendering or jest.mock()
2017-10-10 13:42:07 -04:00
Anna Do
592c3838b8
Noted that a similar pattern can be implemented directly
2017-10-09 19:17:57 -04:00
Anna Do
2255e1efed
Added a note that mockComponent is legacy and unnecessary
2017-10-09 19:11:04 -04:00
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
2017-10-04 14:48:45 -07:00