File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ practices.</p>
59
59
- [ This solution] ( #this-solution )
60
60
- [ Example] ( #example )
61
61
- [ Installation] ( #installation )
62
+ - [ Version compatibility] ( #version-compatibility )
62
63
- [ Guiding Principles] ( #guiding-principles )
63
64
- [ Contributors] ( #contributors )
64
65
- [ Docs] ( #docs )
@@ -159,6 +160,15 @@ You may also be interested in installing `jest-dom` so you can use
159
160
160
161
> [ ** Docs** ] ( https://testing-library.com/angular )
161
162
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
+
162
172
## Guiding Principles
163
173
164
174
> [ The more your tests resemble the way your software is used, the more
You can’t perform that action at this time.
0 commit comments