From c753e632621ed59e1bffc51a5053c5b5945bac7f Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Thu, 5 Oct 2017 16:18:49 +0530 Subject: [PATCH] fix: link to docs --- src/mount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mount.js b/src/mount.js index 378f2e5a4..aecfe1691 100644 --- a/src/mount.js +++ b/src/mount.js @@ -15,7 +15,7 @@ export default function mount (component: Component, options: Options = {}): Vue throwError( 'window is undefined, vue-test-utils needs to be run in a browser environment.\n' + 'You can run the tests in node using jsdom + jsdom-global.\n' + - 'See https://vue-test-utils.vuejs.org/en/guides/general-tips.html for more details.' + 'See https://vue-test-utils.vuejs.org/en/guides/common-tips.html for more details.' ) }