Skip to content

Commit 350bf48

Browse files
add semicolon
1 parent bd40428 commit 350bf48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/testing-utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/testing-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function wrapOutput(context: TestContext) {
88
context.testOutput += str;
99
}
1010
return true;
11-
}
11+
};
1212
}
1313

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

0 commit comments

Comments
 (0)