mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 10:31:53 -05:00
[ci] format
This commit is contained in:
parent
cf3088060d
commit
9cc46f66e9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ describe('vite-plugin-astro-server', () => {
|
||||||
container.handle(req, res);
|
container.handle(req, res);
|
||||||
const html = await text();
|
const html = await text();
|
||||||
assert.equal(res.statusCode, 200);
|
assert.equal(res.statusCode, 200);
|
||||||
|
|
||||||
assert.deepEqual(html, '<!DOCTYPE html>http://localhost/prerendered');
|
assert.deepEqual(html, '<!DOCTYPE html>http://localhost/prerendered');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue