-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: testing-library/react-testing-library
base: 3d9be67725d9990d69b22857d32e9c4562ddc2e4
head repository: testing-library/react-testing-library
compare: 9aac1570d8bccfdf4584b22196cc23a479b47aff
Commits on Jun 6, 2020
-
docs: update links and re-add typings section (#700)
Co-authored-by: Sam Tsai <satsai@cisco.com>
Configuration menu - View commit details
-
Copy full SHA for 547eef6 - Browse repository at this point
Copy the full SHA 547eef6View commit details -
docs: add samtsai as a contributor (#701)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75c1de9 - Browse repository at this point
Copy the full SHA 75c1de9View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9c7f948 - Browse repository at this point
Copy the full SHA 9c7f948View commit details -
docs: add michael-siek as a contributor (#706)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6833b8a - Browse repository at this point
Copy the full SHA 6833b8aView commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fd89e1e - Browse repository at this point
Copy the full SHA fd89e1eView commit details
Commits on Jun 15, 2020
-
docs: Add window.localStorage.remove('token') statement to afterEach(…
…) in __tests__/login.js file (#709) Due to the first test suite, I need to remove the token value generated from local storage. The second test suite will fail if the token value is not removed.
Configuration menu - View commit details
-
Copy full SHA for 872bd6a - Browse repository at this point
Copy the full SHA 872bd6aView commit details -
docs: add 2dubbing as a contributor (#710)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 431d031 - Browse repository at this point
Copy the full SHA 431d031View commit details
Commits on Jun 18, 2020
-
feat: update cheat sheet + added source file (#711)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Configuration menu - View commit details
-
Copy full SHA for 1984c91 - Browse repository at this point
Copy the full SHA 1984c91View commit details -
docs: add weyert as a contributor (#712)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfc4812 - Browse repository at this point
Copy the full SHA dfc4812View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 549ef85 - Browse repository at this point
Copy the full SHA 549ef85View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a14c0 - Browse repository at this point
Copy the full SHA c7a14c0View commit details
Commits on Jun 21, 2020
-
docs: Link to new Discord (#717)
* Link to new Discord * Delete Spectrum link * docs: Fix more Discord links * docs: Delete more Spectrum links * docs: Add Discord badge
Configuration menu - View commit details
-
Copy full SHA for cf7493e - Browse repository at this point
Copy the full SHA cf7493eView commit details
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e37a58 - Browse repository at this point
Copy the full SHA 6e37a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10a13d - Browse repository at this point
Copy the full SHA d10a13dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a72fb39 - Browse repository at this point
Copy the full SHA a72fb39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6558845 - Browse repository at this point
Copy the full SHA 6558845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c79f8 - Browse repository at this point
Copy the full SHA 96c79f8View commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5814b29 - Browse repository at this point
Copy the full SHA 5814b29View commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aac2e44 - Browse repository at this point
Copy the full SHA aac2e44View commit details -
docs: add kamranayub as a contributor (#721)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 386c64e - Browse repository at this point
Copy the full SHA 386c64eView commit details
Commits on Jul 2, 2020
-
chore: create new jobs for React next (fixes #726) (#728)
- Tests with both React stable and next for all builds (push and cron) - Allow next releases to fail the build so we can still release - Solves cron issues like #726 that are only caused by next releases
Configuration menu - View commit details
-
Copy full SHA for 3c9d7b4 - Browse repository at this point
Copy the full SHA 3c9d7b4View commit details
Commits on Jul 5, 2020
-
fix: React next fails on build (#726) (#732)
* fix: Fix build on react@next * Working on ^16.9 and lower than 16.8 * Solution works in 16.8 also * Fixes from code review * Import only the function we need
Configuration menu - View commit details
-
Copy full SHA for 604d3e9 - Browse repository at this point
Copy the full SHA 604d3e9View commit details -
docs: add MatanBobi as a contributor (#733)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47e6da6 - Browse repository at this point
Copy the full SHA 47e6da6View commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 072f09e - Browse repository at this point
Copy the full SHA 072f09eView commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b81fd01 - Browse repository at this point
Copy the full SHA b81fd01View commit details -
fix(flushMicroTasks): fallback to no scheduler (#739)
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Configuration menu - View commit details
-
Copy full SHA for 9e5cf59 - Browse repository at this point
Copy the full SHA 9e5cf59View commit details
Commits on Jul 13, 2020
-
fix(cleanup): remove scheduler code from flush-microtasks (#744)
* test: reveal issue with the test generally * test: fix the test to actually test what we can test for * fix(cleanup): remove scheduler related code * chore: remove semver dep
Configuration menu - View commit details
-
Copy full SHA for 240900c - Browse repository at this point
Copy the full SHA 240900cView commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b82773c - Browse repository at this point
Copy the full SHA b82773cView commit details
Commits on Aug 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0405f56 - Browse repository at this point
Copy the full SHA 0405f56View commit details
Commits on Aug 5, 2020
-
fix(fireEvent): Make sure react dispatches focus/blur events (#758)
* test: Run CI with experimental React * stable -> latest * fix(fireEvent): Make sure react dispatches focus/blur events * Remove todo
Configuration menu - View commit details
-
Copy full SHA for 9aac157 - Browse repository at this point
Copy the full SHA 9aac157View commit details
There are no files selected for viewing