Skip to content

Commit

Permalink
chore(tests): Remove unneeded continuation test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Feb 21, 2025
1 parent c9328c5 commit 3243339
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,6 @@ describe('YouTube.js Tests', () => {
expect(home.sections?.length).toBeGreaterThan(0);
});

test('HomeFeed#getContinuation', async () => {
const incremental_continuation = await home.getContinuation();
expect(incremental_continuation).toBeDefined();
expect(incremental_continuation.sections).toBeDefined();
expect(incremental_continuation.sections?.length).toBeGreaterThan(0);
});

test('HomeFeed#applyFilter', async () => {
home = await home.applyFilter(home.filters[1]);
expect(home).toBeDefined();
Expand Down

0 comments on commit 3243339

Please sign in to comment.