Skip to content

Commit

Permalink
test: reset log to original
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Nov 8, 2018
1 parent d8a0f6c commit 604ce6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class JestPromiseTestAdapter implements JestTestAdapter {
public run(jestConfig: Configuration, projectRoot: string, fileName?: string): Promise<RunResult> {
jestConfig.reporters = [];
const config = JSON.stringify(jestConfig);
this.log.trace(`Invoking jest with ${config}`);
this.log.trace(`Invoking Jest with config ${config}`);
if (fileName) {
this.log.trace(`Only running tests related to ${fileName}`);
}
Expand Down

0 comments on commit 604ce6e

Please sign in to comment.