Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Update jsdom link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Mar 26, 2015
1 parent 93d81da commit 56537ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more background and information on how this works, see [this blog post][5].

Here are the high order bits:

- A fake DOM is provided via `jsdom` (see `tests/testdom.js`).
- A fake DOM is provided via `mocha-jsdom` (see [`tests/CheckboxWithLabel-test.js`][6]).
- `global.reactModulesToStub` contains a list of modules to replace with stubs (ala Jest).
- `tests/compiler.js` registers a compiler which transforms JSX/Harmony code to
standard ES5 JS and implements the stubbing.
Expand All @@ -45,3 +45,4 @@ Inspiration and guidance came from the [Testing React Components][2] blog post a
[3]: https://github.com/Khan/react-components/blob/master/Makefile
[4]: https://coveralls.io/r/danvk/mocha-react?branch=master
[5]: http://www.hammerlab.org/2015/02/14/testing-react-web-apps-with-mocha/
[6]: https://github.com/danvk/mocha-react/blob/93d81dab8a4460bc114407e8c812ddcf8ea8322e/tests/CheckboxWithLabel-test.js#L12

0 comments on commit 56537ce

Please sign in to comment.