File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ practices.</p>
60
60
- [ Guiding Principles] ( #guiding-principles )
61
61
- [ Contributors] ( #contributors )
62
62
- [ Docs] ( #docs )
63
+ - [ FAQ] ( #faq )
63
64
- [ Issues] ( #issues )
64
65
- [ 🐛 Bugs] ( #-bugs )
65
66
- [ 💡 Feature Requests] ( #-feature-requests )
@@ -218,6 +219,11 @@ Contributions of any kind welcome!
218
219
[ ** Read The Docs** ] ( https://testing-library.com/angular ) |
219
220
[ Edit the docs] ( https://github.com/testing-library/testing-library-docs )
220
221
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
+
221
227
## Issues
222
228
223
229
_ Looking to contribute? Look for the [ Good First Issue] [ good-first-issue ]
You can’t perform that action at this time.
0 commit comments