Skip to content

Commit 9a068cf

Browse files
committed
refactor: update TypeScript compiler test to pass a boolean flag for logging
1 parent 87e1802 commit 9a068cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/project/compiler.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ describe("TypeScript Compiler", () => {
8787
testData.inputPath,
8888
logger,
8989
undefined,
90+
true,
9091
testData.tsLibsPath
9192
);
9293

0 commit comments

Comments
 (0)