assertSeriesEqual · assertFrameEqual · assertIndexEqual · mirrors pandas.testing
Assert that two Index objects have identical labels.
All failed assertions throw an AssertionError instance (extends Error).
It can be caught explicitly or used with expect().toThrow(AssertionError) in bun:test.