We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd7d2d commit 5ea25baCopy full SHA for 5ea25ba
1 file changed
src/harness/compilerRunner.ts
@@ -43,7 +43,7 @@ class CompilerBaselineRunner extends RunnerBase {
43
private makeUnitName(name: string, root: string) {
44
return ts.isRootedDiskPath(name) ? name : (root + name);
45
};
46
-
+
47
public checkTestCodeOutput(fileName: string) {
48
describe("compiler tests for " + fileName, () => {
49
// Mocha holds onto the closure environment of the describe callback even after the test is done.
0 commit comments