I feel like [this change](https://github.com/jest-community/eslint-plugin-jest/pull/1218) has unintended side effects. With the following item in the map we're also getting errors on `toBeDefined`, `toBeUndefined`, etc. ``` 'toBe': "Use `toEqual()` instead.", ``` _Originally posted by @cascornelissen in https://github.com/jest-community/eslint-plugin-jest/issues/1218#issuecomment-1239188435_