Skip to content

Commit a40f6fd

Browse files
authored
docs: add FAQ section (#165)
1 parent 48d2e03 commit a40f6fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ practices.</p>
6060
- [Guiding Principles](#guiding-principles)
6161
- [Contributors](#contributors)
6262
- [Docs](#docs)
63+
- [FAQ](#faq)
6364
- [Issues](#issues)
6465
- [🐛 Bugs](#-bugs)
6566
- [💡 Feature Requests](#-feature-requests)
@@ -218,6 +219,11 @@ Contributions of any kind welcome!
218219
[**Read The Docs**](https://testing-library.com/angular) |
219220
[Edit the docs](https://github.com/testing-library/testing-library-docs)
220221

222+
## FAQ
223+
224+
##### I am using Reactive Forms and the `jest-dom` matcher `toHaveFormValues` always returns an empty object or there are missing fields. Why?
225+
Only form elements with a `name` attribute will have their values passed to `toHaveFormsValues`.
226+
221227
## Issues
222228

223229
_Looking to contribute? Look for the [Good First Issue][good-first-issue]

0 commit comments

Comments
 (0)