Skip to content

Commit

Permalink
[Docs] mount: debug: add missing verbose option flag
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored and ljharb committed Jul 2, 2019
1 parent 4cb76ae commit f347d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/ReactWrapper/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ console when tests are not passing when you expect them to.

`options` (`Object` [optional]):
- `options.ignoreProps`: (`Boolean` [optional]): Whether props should be omitted in the resulting string. Props are included by default.
- `options.verbose`: (`Boolean` [optional]): Whether arrays and objects passed as props should be verbosely printed.

#### Returns

Expand Down

0 comments on commit f347d47

Please sign in to comment.