📝 Enforce using toBeObject().
all config.
🔧 This rule is automatically fixable by the --fix CLI option.
expectTypeOf({}).not.toBeInstanceOf(Object)
// should be
expectTypeOf({}).not.toBeObject()📝 Enforce using toBeObject().
all config.
🔧 This rule is automatically fixable by the --fix CLI option.
expectTypeOf({}).not.toBeInstanceOf(Object)
// should be
expectTypeOf({}).not.toBeObject()