Skip to content

Commit

Permalink
Merge pull request #804 from tayanefernandes/readme-jsdom-1
Browse files Browse the repository at this point in the history
Add a link to JSDOM repository
  • Loading branch information
aweary authored Feb 10, 2017
2 parents eba23e4 + 32ef8c9 commit 0742607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/jsdom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using Enzyme with JSDOM

JSDOM is a JavaScript based headless browser that can be used to create a realistic testing environment.
[JSDOM](https://github.com/tmpvar/jsdom) is a JavaScript based headless browser that can be used to create a realistic testing environment.

Since enzyme's [`mount`](../api/mount.md) API requires a DOM, JSDOM is required in order to use
`mount` if you are not already in a browser environment (ie, a Node environment).
Expand Down

0 comments on commit 0742607

Please sign in to comment.