mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
test: compatible with github actions
This commit is contained in:
@@ -145,7 +145,7 @@ describe('fulltext_mode', () => {
|
||||
const parsed = await parser.parseString(response.text);
|
||||
expect(parsed.items[0].content).not.toBe(undefined);
|
||||
});
|
||||
});
|
||||
}, 10000);
|
||||
|
||||
describe('complicated_description', () => {
|
||||
it(`complicated_description`, async () => {
|
||||
|
||||
Reference in New Issue
Block a user