test: compatible with github actions

This commit is contained in:
DIYgod
2019-11-25 12:10:39 +08:00
parent 02d85f41c6
commit 2d22563254
2 changed files with 2 additions and 2 deletions

View File

@@ -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 () => {