diff --git a/README.md b/README.md index 19883f96..55b8d06f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ practices.

- [Guiding Principles](#guiding-principles) - [Contributors](#contributors) - [Docs](#docs) +- [FAQ](#faq) - [Issues](#issues) - [🐛 Bugs](#-bugs) - [💡 Feature Requests](#-feature-requests) @@ -218,6 +219,11 @@ Contributions of any kind welcome! [**Read The Docs**](https://testing-library.com/angular) | [Edit the docs](https://github.com/testing-library/testing-library-docs) +## FAQ + +##### I am using Reactive Forms and the `jest-dom` matcher `toHaveFormValues` always returns an empty object or there are missing fields. Why? +Only form elements with a `name` attribute will have their values passed to `toHaveFormsValues`. + ## Issues _Looking to contribute? Look for the [Good First Issue][good-first-issue]