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