Skip to content

Commit a559d52

Browse files
committed
add c8 ignore directive
1 parent 4ad871a commit a559d52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/__testUtils__/diagnosticsTestUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export async function expectNoTracingActivity<T>(
8080
name: string,
8181
): void {
8282
const original = target[key] as (...args: Array<unknown>) => unknown;
83+
/* c8 ignore next 7 */
8384
target[key] = function interceptedMethod(
8485
this: unknown,
8586
...args: Array<unknown>

0 commit comments

Comments
 (0)