Skip to content

Commit 331a0be

Browse files
ankurk91eddyerburgh
authored andcommitted
docs: fix link to docs (#77)
1 parent 954c3c3 commit 331a0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function mount (component: Component, options: Options = {}): Vue
1515
throwError(
1616
'window is undefined, vue-test-utils needs to be run in a browser environment.\n' +
1717
'You can run the tests in node using jsdom + jsdom-global.\n' +
18-
'See https://vue-test-utils.vuejs.org/en/guides/general-tips.html for more details.'
18+
'See https://vue-test-utils.vuejs.org/en/guides/common-tips.html for more details.'
1919
)
2020
}
2121

0 commit comments

Comments
 (0)