Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita62309e

Browse files
authored
Docs: Update the link to the jsdom repository
Closesgh-4684
1 parent88eb22e commita62309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build/fixtures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To include jQuery in [Node](https://nodejs.org/), first install with npm.
5353
npm install jquery
5454
```
5555

56-
For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as[jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes.
56+
For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as[jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.
5757

5858
```js
5959
const {JSDOM }=require("jsdom" );

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp