chore(deps): replace @postlight/mercury-parser with @postlight/parser (#10862)

This commit is contained in:
Tony
2022-09-23 03:25:56 +08:00
committed by GitHub
parent a0eb4e0c67
commit 30975dd20b
4 changed files with 586 additions and 732 deletions

View File

@@ -313,12 +313,12 @@ describe('wrong_path', () => {
});
describe('fulltext_mode', () => {
it.skip(`fulltext`, async () => {
it(`fulltext`, async () => {
const response = await request.get('/test/1?mode=fulltext');
expect(response.status).toBe(200);
const parsed = await parser.parseString(response.text);
expect(parsed.items[0].content).not.toBe(undefined);
}, 10000);
}, 20000);
});
describe('complicated_description', () => {