mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-20 16:03:32 +08:00
chore: merge master into feature
This commit is contained in:
parent
9334eb8a09
commit
e5f094aabb
@ -21,9 +21,7 @@ describe('site test', () => {
|
||||
const render = async (path: string) => {
|
||||
const resp = await fetch(`http://127.0.0.1:${port}${path}`).then(async (res) => {
|
||||
const html: string = await res.text();
|
||||
const $ = load(html, {
|
||||
xml: true,
|
||||
});
|
||||
const $ = load(html, { xml: true });
|
||||
return { status: res.status, $ };
|
||||
});
|
||||
return resp;
|
||||
|
Loading…
Reference in New Issue
Block a user