You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return_log2.default.error('td.object','Functions are not valid arguments to `td.object` (as of [email protected]). Please use `td.function()` or `td.constructor()` instead for creating fake functions.');
return_log2.default.error('td.object','To create a fake object with td.object(), pass it a plain object that contains\nfunctions, an array of function names, or (if your runtime supports ES Proxy\nobjects) a string name.\n\nIf you passed td.object an instance of a custom type, consider passing the\ntype\'s constructor to `td.constructor()` instead.\n');
return_log2.default.error('td.object','Functions are not valid arguments to `td.object` (as of [email protected]). Please use `td.function()` or `td.constructor()` instead for creating fake functions.');
0 commit comments