Skip to content

Tags: Alex-Whyatt/jest-native

Tags

v4.0.4

Toggle v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(toHaveProp): check null values (testing-library#68)

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: set protocol for npm to https (testing-library#71)

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: toHaveTextContent supports interpolated variables (testing-libra…

…ry#59)

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add TouchableNativeFeedback to list of components supporting dis…

…abled prop (testing-library#53)

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(breaking): toHaveTextContent supports nested arrays of sibling e…

…lements (testing-library#52)

BREAKING CHANGE: toHaveTextContent may produce more output in some cases due to including all nested sibling elements

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: toHaveProp func to work with @testing-library/react-native lates…

…t version (7.0.2) (testing-library#36)

* fix

* test

* remove isAllowed and VALID_ELEMENTS from toHaveProp

* fix test

* delete VALID_ELEMENTS import

* remove redundant getByText

* change readme

* change readme again

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Update Matchers types (testing-library#39)

Update Matchers types due to @types/jest breaking change

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove snapshots from testing-library#26 (testing-library#38)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support RN 0.63 pressable in toBeDisabled (testing-library#33)

Co-authored-by: Bruno Castro <bruno.castro@codeminer42.com>

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support RN 0.62 accessibilityState in toBeDisabled (testing-lib…

…rary#30)