add semicolon

This commit is contained in:
Robert Brignull 2020-06-23 14:42:52 +01:00
parent bd4042802d
commit 350bf488da
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ function wrapOutput(context: TestContext) {
context.testOutput += str;
}
return true;
}
};
}
export function silenceDebugOutput(test: TestInterface<any>) {