diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-25 20:47:25 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-25 20:48:34 +0200 |
commit | f7fed7eec235fe6e1f55c5ad9c7193a507bf5713 (patch) | |
tree | e724cc2a5a7dc2a687dbdba7924ada64ab9cdf73 | |
parent | 205dd134b93c42d53e19078846a972f33fc9d8eb (diff) | |
download | jquery-f7fed7eec235fe6e1f55c5ad9c7193a507bf5713.tar.gz jquery-f7fed7eec235fe6e1f55c5ad9c7193a507bf5713.zip |
Docs: Update the link to the jsdom repository
Closes gh-4684
(cherry picked from commit a62309e01b3c76d2b73560ca666c454b7bbfcb77)
-rw-r--r-- | build/fixtures/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fixtures/README.md b/build/fixtures/README.md index 101c3addb..195fef67a 100644 --- a/build/fixtures/README.md +++ b/build/fixtures/README.md @@ -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" ); |