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
Copy file name to clipboardExpand all lines: node/mock-run.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ export class TaskMockRunner {
71
71
72
72
// Check if the method is a function
73
73
if(typeofmethod!=='function'){
74
-
console.warn(`WARNING: ${methodName} of ${newModule} is not a function. There is no option to replace getter/setter in this implementation. You can consider changing it.`);
74
+
console.log(`WARNING: ${methodName} of ${newModule} is not a function. There is no option to replace getter/setter in this implementation. You can consider changing it.`);
0 commit comments