It looks like we're missing a rule that _adds support for understanding when it's ok to pass an unbound method to_ `expect` _calls_. Without it there are test files in Sofie Core that need workarounds like [this one](https://github.com/nrkno/sofie-core/blob/master/packages/job-worker/src/ingest/__tests__/ingest.test.ts#L1) More about the rule: https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md