Skip to content

Commit

Permalink
fix: implement last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jun 27, 2024
1 parent b7d5912 commit 93d5e4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion tests/e2e/compare/output/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const writeToFile = (filePath: string, content: string) =>
throw error;
});

// TODO: modify
const writeToMarkdown = (filePath: string, data: Data) => {
const markdown = buildMarkdown(data);
return writeToFile(filePath, markdown).catch((error) => {
Expand Down
28 changes: 0 additions & 28 deletions tests/e2e/merge.ts

This file was deleted.

0 comments on commit 93d5e4a

Please sign in to comment.