Skip to content

Commit d254f8f

Browse files
committed
fix: add additional logger to make sure we understand the process better
1 parent 655626d commit d254f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/compare/output/markdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const writeToFile = (filePath: string, content: string) =>
115115

116116
const writeToMarkdown = (filePath: string, data: Data, skippedTests: string[]) => {
117117
const markdown = buildMarkdown(data, skippedTests);
118+
Logger.info('Markdown was built successfully, writing to file...', markdown);
118119
return writeToFile(filePath, markdown).catch((error) => {
119120
console.error(error);
120121
throw error;

0 commit comments

Comments
 (0)