Skip to content

Commit

Permalink
Removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 6, 2024
1 parent 792cefe commit 9fee2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests/appendFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ describe('appendFile', () => {
throw e.message;
}
const data = await fs.promises.readFile(filename, 'utf8');
console.log(filename, content, data);
expect(data).toEqual(content);
});

Expand Down

0 comments on commit 9fee2b1

Please sign in to comment.