mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
chore(tests): Remove unneeded continuation test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user