Skip to content

Commit b6fd475

Browse files
docs: add version compatibility (#408)
Closes #388
1 parent 72203ce commit b6fd475

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ practices.</p>
5959
- [This solution](#this-solution)
6060
- [Example](#example)
6161
- [Installation](#installation)
62+
- [Version compatibility](#version-compatibility)
6263
- [Guiding Principles](#guiding-principles)
6364
- [Contributors](#contributors)
6465
- [Docs](#docs)
@@ -159,6 +160,15 @@ You may also be interested in installing `jest-dom` so you can use
159160

160161
> [**Docs**](https://testing-library.com/angular)
161162
163+
## Version compatibility
164+
165+
| Angular | Angular Testing Library |
166+
| ------- | ----------------------- |
167+
| 16.x | 13.x, 14.x |
168+
| >= 15.1 | 13.x \|\| 14.x |
169+
| < 15.1 | 11.x \|\| 12.x |
170+
| 14.x | 11.x \|\| 12.x |
171+
162172
## Guiding Principles
163173

164174
> [The more your tests resemble the way your software is used, the more

0 commit comments

Comments
 (0)