Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/testing-utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/testing-utils.ts
@@ -8,7 +8,7 @@ function wrapOutput(context: TestContext) {
context.testOutput += str;
}
return true;
}
};
}

export function silenceDebugOutput(test: TestInterface<any>) {

0 comments on commit 350bf48

Please sign in to comment.