Skip to content

Commit

Permalink
chore: remove console.log from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Dec 1, 2023
1 parent c0b7b92 commit 390fada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('YouTube.js Tests', () => {

test('Innertube#getShortsWatchItem', async () => {
const info = await innertube.getShortsWatchItem('jOydBrmmjfk');
console.log(JSON.stringify(info))
expect(info.watch_next_feed?.length).toBeGreaterThan(0);
});

Expand Down

0 comments on commit 390fada

Please sign in to comment.