Skip to content

Commit

Permalink
Add link to debug()
Browse files Browse the repository at this point in the history
I've been doing expect(wrapper.html()).to.equal(null) to force output, wrapper.debug() is easier.
  • Loading branch information
SPSpwetter committed Sep 14, 2016
1 parent 84c16e4 commit e73a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/html.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `.html() => String`

Returns a string of the rendered HTML markup of the current render tree.
Returns a string of the rendered HTML markup of the current render tree. See also [.debug()](debug.md)

Note: can only be called on a wrapper of a single node.

Expand Down

0 comments on commit e73a7ca

Please sign in to comment.