From 680a2072dc77a5a387633bfe85720c08efd4ce16 Mon Sep 17 00:00:00 2001 From: Lachlan Date: Sun, 13 Sep 2020 17:55:21 +1000 Subject: [PATCH] docs: update testing handbook link to Vue 3 vers. --- src/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/testing.md b/src/guide/testing.md index cd0b198a32..0b76f781e0 100644 --- a/src/guide/testing.md +++ b/src/guide/testing.md @@ -91,7 +91,7 @@ Vue Test Utils is the official low-level component testing library that was writ **Resources** - [Official Vue Test Utils Documentation](https://vue-test-utils.vuejs.org) -- [Vue Testing Handbook](https://lmiller1990.github.io/vue-testing-handbook/#what-is-this-guide) by Lachlan Miller +- [Vue Testing Handbook](https://lmiller1990.github.io/vue-testing-handbook/v3/#what-is-this-guide) by Lachlan Miller ## End-to-End (E2E) Testing