Skip to content

Tags: ronmerkin/dom-testing-library

Tags

v7.30.4

Toggle v7.30.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Guard against `jest.useRealTimers` not existing (testing-library…

…#934)

Co-authored-by: Sebastian Silbermann <[email protected]>

v7.30.3

Toggle v7.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testing-library#924 from MatanBobi/pr/fix-missing-…

…parameter-for-matcher

fix(types): missing ignore parameter for SelectorMatcherOptions

v7.30.2

Toggle v7.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): exclude tsconfig from types folder in publish flow (testi…

…ng-library#923)

Port of testing-library/react-testing-library#893

v7.30.1

Toggle v7.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add gaearon as a contributor (testing-library#920)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v7.30.0

Toggle v7.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Improve error message when passing an Array while a single Elem…

…ent is expected (testing-library#906)

v7.29.6

Toggle v7.29.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Don't assume mocked timers imply jest fake timers (testing-libra…

…ry#900)

* fix: Don't assume mocked timers imply jest fake timers

* Create dedicated jest timer functions

The naming should indicate that they should only be called in a jest-like environment

* No implicit return

* I don't know how istanbul works

and I don't care

v7.29.5

Toggle v7.29.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add ph-fritsche as a contributor (testing-library#896)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v7.29.4

Toggle v7.29.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add nathanforce as a contributor (testing-library#873)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v7.29.3

Toggle v7.29.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add AriPerkkio as a contributor (testing-library#872)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v7.29.2

Toggle v7.29.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add normalizer for matching aria-label (testing-library#855)