From 844c1c6ebba71f4506ce734e0f6464f3996218bf Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:04:24 +0200 Subject: [PATCH] add version compatibility Closes #388 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cee1977..82a515b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ practices.

- [This solution](#this-solution) - [Example](#example) - [Installation](#installation) +- [Version compatibility](#version-compatibility) - [Guiding Principles](#guiding-principles) - [Contributors](#contributors) - [Docs](#docs) @@ -159,6 +160,15 @@ You may also be interested in installing `jest-dom` so you can use > [**Docs**](https://testing-library.com/angular) +## Version compatibility + +| Angular | Angular Testing Library | +| ------- | ----------------------- | +| 16.x | 13.x, 14.x | +| >= 15.1 | 13.x \|\| 14.x | +| < 15.1 | 11.x \|\| 12.x | +| 14.x | 11.x \|\| 12.x | + ## Guiding Principles > [The more your tests resemble the way your software is used, the more