We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7df279 commit 8c4628eCopy full SHA for 8c4628e
node/mock-run.ts
@@ -80,7 +80,7 @@ export class TaskMockRunner {
80
* @param val Mock implementation of the module.
81
* @returns void
82
*/
83
- public registerMock(modName: any, mod: any): void {
+ public registerMock(mod: string | object, modMock: object): void {
84
this._moduleCount++;
85
let oldMod: object;
86
0 commit comments