testdouble.js (AKA td.js) v3.16.2 Release Notes

    • 👯 Handle cases where deep-cloning arguments fails. If cloneArgs is specified on a stubbing or verification, the error will be propagated and thrown, otherwise it will be swallowed and td.explain will warn the user that clone failed (and therefore its log message may be inaccurate). See #469