We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987c2b9 commit eced858Copy full SHA for eced858
packages/test-utils/src/warn-if-no-window.js
@@ -8,7 +8,7 @@ export default function warnIfNoWindow (): void {
8
`window is undefined, vue-test-utils needs to be ` +
9
`run in a browser environment. \n` +
10
`You can run the tests in node using jsdom \n` +
11
- `See https://vue-test-utils.vuejs.org/guides/common-tips.html ` +
+ `See https://vue-test-utils.vuejs.org/guides/#browser-environment ` +
12
`for more details.`
13
)
14
}
0 commit comments