toBeEmptyObject

Bun

Symbol

Matchers.toBeEmptyObject

Asserts that a value is an empty object.

expect({}).toBeEmptyObject();
expect({ a: 'hello' }).not.toBeEmptyObject();