Skip to content

Commit

Permalink
REMOVE CONSOLE.LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Nov 15, 2023
1 parent b285d2d commit 7dc9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/processFile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("Can parse a file and get file info", () => {
[],
(filePath: string) => filePath
);
console.log(fileInfo);

expect(fileInfo.file_path).toBe(fullPath);
expect(fileInfo.extension).toBe("mdx");
expect(fileInfo.tags).toEqual(["tag1", "tag2", "tag3"]);
Expand Down

0 comments on commit 7dc9400

Please sign in to comment.