Skip to content

Tags: dd-test5/react-testing-library

Tags

v14.0.0

Toggle v14.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Prevent "missing act" warning for queued microtasks (testing-lib…

…rary#1137)

* Add intended behavior

* fix: Prevent "missing act" warning for in-flight promises

* Disable TL lint rules in tests

* Implementation without macrotask

* Now I member

v14.0.0-alpha.3

Toggle v14.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Prevent "missing act" warning for queued microtasks (testing-lib…

…rary#1137)

* Add intended behavior

* fix: Prevent "missing act" warning for in-flight promises

* Disable TL lint rules in tests

* Implementation without macrotask

* Now I member

v14.0.0-alpha.2

Toggle v14.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Bump `@testing-library/dom` to 9.0.0 (testing-library#1177)

BREAKING CHANGE: See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0

v14.0.0-alpha.1

Toggle v14.0.0-alpha.1's commit message

Verified

This commit was signed with the committer’s verified signature.
eps1lon Sebastian "Sebbie" Silbermann
feat: Drop support for Node.js 12.x (testing-library#1169)

BREAKING CHANGE: Minimum supported Node.js version is now 14.x

v13.5.0-alpha.1

Toggle v13.5.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Drop support for Node.js 12.x (testing-library#1169)

v13.4.0

Toggle v13.4.0's commit message

Verified

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

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

v13.3.0

Toggle v13.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: Use `globalThis` if available (testing-library#1070)

v13.2.0

Toggle v13.2.0's commit message

Verified

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

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

v13.1.1

Toggle v13.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(TS): export interface RenderHookResult (testing-library#1049)

v13.1.0

Toggle v13.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add `renderHook` (testing-library#991)

Co-authored-by: Michael Peyper <[email protected]>
Co-authored-by: Kent C. Dodds <[email protected]>