jest-marbles icon indicating copy to clipboard operation
jest-marbles copied to clipboard

Breaking change between v3.0.6 and v3.1.0

Open fpeterdev opened this issue 6 months ago • 1 comments

The signature of the hot() and cold() functions changed between versions 3.0.6 and 3.1.0.

It changed from: cold(marbles: string, values?: any, error?: any): to: cold(marbles: string, values?: object, error?: object)

The any => object change can cause type errors

fpeterdev avatar Aug 13 '24 13:08 fpeterdev