Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed Jun 23, 2020
1 parent bd40428 commit 350bf48
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function wrapOutput(context: TestContext) {
context.testOutput += str;
}
return true;
}
};
}

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

0 comments on commit 350bf48

Please sign in to comment.