The documentation related to [prettyDOM](https://testing-library.com/docs/dom-testing-library/api-helpers#prettydom) is missing the third parameter: `options`. It seems `prettyDOM` uses `prettyFormat` under the hood. The options we can pass to `prettyDOM` can be found [here](https://github.com/facebook/jest/tree/master/packages/pretty-format#usage-with-options) 🙂