In a few rules (eg: `prefer-document`) `toBeNull()` will be replaced by `toBeInTheDocument()` which is nice. Is it possible to match `toBe(null)` and `toEqual(null)` as well? Thanks!