We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad871a commit a559d52Copy full SHA for a559d52
1 file changed
src/__testUtils__/diagnosticsTestUtils.ts
@@ -80,6 +80,7 @@ export async function expectNoTracingActivity<T>(
80
name: string,
81
): void {
82
const original = target[key] as (...args: Array<unknown>) => unknown;
83
+ /* c8 ignore next 7 */
84
target[key] = function interceptedMethod(
85
this: unknown,
86
...args: Array<unknown>
0 commit comments