Skip to content

Commit

Permalink
Docs: Update the link to the jsdom repository
Browse files Browse the repository at this point in the history
Closes gh-4684

(cherry picked from commit a62309e)
  • Loading branch information
mgol committed Apr 25, 2020
1 parent 205dd13 commit f7fed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To include jQuery in [Node](https://nodejs.org/), first install with npm.
npm install jquery
```

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.
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.

```js
const { JSDOM } = require( "jsdom" );
Expand Down

0 comments on commit f7fed7e

Please sign in to comment.