Asserts that a value is an empty object
.
Symbol
MatchersBuiltin.toBeEmptyObject
expect({}).toBeEmptyObject();
expect({ a: 'hello' }).not.toBeEmptyObject();
Symbol
Asserts that a value is an empty object
.
expect({}).toBeEmptyObject();
expect({ a: 'hello' }).not.toBeEmptyObject();