Skip to content

Update usage-without-a-build-step-node.md #1599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh/guides/usage-without-a-build-step-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
现在我们需要引入这些库。这里有一些轻微的注意事项并解释在了如下代码片段的注释中。

```js
// `jsdon-global` 必须在 `@vue/test-utils` 之前被引入,
// `jsdom-global` 必须在 `@vue/test-utils` 之前被引入,
// 因为 `@vue/test-utils` 需要一个已经存在的 DOM 环境 (真实的 DOM 或 JSDOM)
require('jsdom-global')()

Expand Down