File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments