0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Matthew Phillips 2024-08-14 17:31:27 +00:00 committed by astrobot-houston
parent 3d8ae767fd
commit 3adb473cdf
2 changed files with 7 additions and 4 deletions

View file

@ -61,7 +61,10 @@ describe('astro:ssr-manifest, split', () => {
});
it('should correctly emit the the pre render page', async () => {
const indexUrl = new URL('./fixtures/ssr-split-manifest/dist/client/prerender/index.html', import.meta.url);
const indexUrl = new URL(
'./fixtures/ssr-split-manifest/dist/client/prerender/index.html',
import.meta.url,
);
const text = readFileSync(indexUrl, {
encoding: 'utf8',
});