Skip to content

Commit eced858

Browse files
authored
docs: improve link in window warning (#1041)
1 parent 987c2b9 commit eced858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/test-utils/src/warn-if-no-window.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function warnIfNoWindow (): void {
88
`window is undefined, vue-test-utils needs to be ` +
99
`run in a browser environment. \n` +
1010
`You can run the tests in node using jsdom \n` +
11-
`See https://vue-test-utils.vuejs.org/guides/common-tips.html ` +
11+
`See https://vue-test-utils.vuejs.org/guides/#browser-environment ` +
1212
`for more details.`
1313
)
1414
}

0 commit comments

Comments
 (0)