-
Notifications
You must be signed in to change notification settings - Fork 276
Comparing changes
Open a pull request
base repository: callstack/react-native-testing-library
base: 360a53d
head repository: callstack/react-native-testing-library
compare: 6288299
- 19 commits
- 67 files changed
- 7 contributors
Commits on May 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83b28b2 - Browse repository at this point
Copy the full SHA 83b28b2View commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ae3d4af - Browse repository at this point
Copy the full SHA ae3d4afView commit details
Commits on May 8, 2020
-
Remove use of
getByTestIDin documentation and tests (#294)* Switched most tests from using test IDs * Docs updated to use alternatives
Configuration menu - View commit details
-
Copy full SHA for 3e125d2 - Browse repository at this point
Copy the full SHA 3e125d2View commit details -
* Redux example * Reviews implemented * Redux integration example * Update docs/ReduxIntegration.md * Update docs/ReduxIntegration.md * Resolution of reviews put in by @thymikee Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53dc00a - Browse repository at this point
Copy the full SHA 53dc00aView commit details
Commits on May 11, 2020
-
feat: query nested text nodes (#293)
* feat: query nested text nodes * test on nested text nodes * test on custom component, refactor * remove comments * move textContent out of module scope, fixup children check Co-authored-by: Mariia Marchenkova <[email protected]> Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8395ef - Browse repository at this point
Copy the full SHA c8395efView commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 298a138 - Browse repository at this point
Copy the full SHA 298a138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16718c3 - Browse repository at this point
Copy the full SHA 16718c3View commit details
Commits on May 13, 2020
-
docs: migrate to Docusaurus v2 (#299)
* Migration to Docusaurus v2.0.0 * update lock file * add algolia search * update GH Pages deploy * make sidebar non-collapsible for now * update theme colors * ignore docusaurus-specific import aliases, remove home-container class Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58055d8 - Browse repository at this point
Copy the full SHA 58055d8View commit details
Commits on May 14, 2020
-
docs: added warnings for *ByTestId queries (#305)
* Added usage notes for ByTestId queries * Update website/docs/Queries.md Co-authored-by: Michał Pierzchała <[email protected]> * Update website/docs/Queries.md Co-authored-by: Michał Pierzchała <[email protected]> Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51bd418 - Browse repository at this point
Copy the full SHA 51bd418View commit details -
feat: add
withinoperator for returned instance-bound queries (#306)* Basic within implementation and tests * Added typescript types & tests * Removed duplicated import in index.d.ts * Reversed prettier run on typings * Fixed package level exports for `within` operator * Replaced getByTestId queries with getByA11yHint queries in unit tests for `within` * Added `within` section to API.md * Updated README.md regarding `within` operator * Update website/docs/API.md Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1809825 - Browse repository at this point
Copy the full SHA 1809825View commit details
Commits on May 15, 2020
-
feat: add
findBy*queries (#304)* Basic async findBy queries * Refactored findBy queries to be built with makeFindQuery * findBy queries for A11y selectors * Custom findByTestId implementation that avoids current getByTestId issues * Fixed prettier issue * Updates Queries.md with findBy queries * Trying to fix test timeout error appearing only on CI * Code review changes * Added typescript types & tests * prettier did reformat some code arround * Removed export of GetByAPI, QueryByAPI and FindByAPI interfaces in TS * Reversed prettier run on typings * Added overlapping pieces with `within` operator * Small cleanup * Update website/docs/Queries.md * Moved async/await tests to the end of test methods Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab34712 - Browse repository at this point
Copy the full SHA ab34712View commit details -
chore: bump eslint config to latest (#308)
* chore: bump eslint config to latest * lint fix * lint pass * use roles directly
Configuration menu - View commit details
-
Copy full SHA for 29ce4f2 - Browse repository at this point
Copy the full SHA 29ce4f2View commit details -
chore(deps-dev): bump conventional-changelog-cli from 2.0.31 to 2.0.34 (
#316) Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.0.31 to 2.0.34. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/[email protected]@2.0.34) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 078499e - Browse repository at this point
Copy the full SHA 078499eView commit details -
chore(deps-dev): bump typescript from 3.8.3 to 3.9.2 (#313)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.8.3...v3.9.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4269564 - Browse repository at this point
Copy the full SHA 4269564View commit details -
chore(deps-dev): bump @release-it/conventional-changelog (#314)
Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/release-it/conventional-changelog/releases) - [Commits](release-it/conventional-changelog@1.1.3...1.1.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5297a04 - Browse repository at this point
Copy the full SHA 5297a04View commit details -
chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 (#315)
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.8.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 966f795 - Browse repository at this point
Copy the full SHA 966f795View commit details -
chore(deps-dev): bump release-it from 12.6.3 to 13.6.0 (#312)
Bumps [release-it](https://github.com/release-it/release-it) from 12.6.3 to 13.6.0. - [Release notes](https://github.com/release-it/release-it/releases) - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md) - [Commits](release-it/release-it@12.6.3...13.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c482f6a - Browse repository at this point
Copy the full SHA c482f6aView commit details
Commits on May 18, 2020
-
feat: Support for @testing-library/jest-native (#310)
* Added @testing-library/jest-native to devDependencies * Tests for jest-native matchers * Added @testing-library/jest-native install info * Update README.md * Update GettingStarted.md * feat: add `findBy*` queries (#304) * Basic async findBy queries * Refactored findBy queries to be built with makeFindQuery * findBy queries for A11y selectors * Custom findByTestId implementation that avoids current getByTestId issues * Fixed prettier issue * Updates Queries.md with findBy queries * Trying to fix test timeout error appearing only on CI * Code review changes * Added typescript types & tests * prettier did reformat some code arround * Removed export of GetByAPI, QueryByAPI and FindByAPI interfaces in TS * Reversed prettier run on typings * Added overlapping pieces with `within` operator * Small cleanup * Update website/docs/Queries.md * Moved async/await tests to the end of test methods Co-authored-by: Michał Pierzchała <[email protected]> * chore: bump eslint config to latest (#308) * chore: bump eslint config to latest * lint fix * lint pass * use roles directly * Trying to fix CI build * Added $FlowFixMe for missing flow expect extensions * Small doc fixes * Clarified failing toHaveProps matcher tests * Moved lint ignore for color literals to .eslintrc * Updated toHaveProp tests to avoid strange `Button` behavior * Updated yarn.lock * Update README.md * Update website/docs/GettingStarted.md Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 414f870 - Browse repository at this point
Copy the full SHA 414f870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6288299 - Browse repository at this point
Copy the full SHA 6288299View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 360a53d...6288299