From 4608b37b93f138b645eebb2e2b841c2ef1ab297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Fri, 21 Jan 2022 11:00:23 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ddba1f..769372c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@

Simple and complete Vue.js testing utilities that encourage good testing practices.

Vue Testing Library is a lightweight adapter built on top of DOM Testing Library and @vue/test-utils.

+ + +
+ +

If you're looking for the Vue 3 version of Vue Testing Library, check out the next branch.