MtoBeEmptyObject
Bun

method

test.Matchers.toBeEmptyObject

Asserts that a value is an empty object.

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