0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
natemoo-re 2023-08-01 23:09:10 +00:00 committed by astrobot-houston
parent 560d0dab1c
commit 2f06923764

View file

@ -13,7 +13,7 @@ describe('Static Assets', () => {
adapter, adapter,
build: { build: {
assets, assets,
} },
}); });
await fixture.build(); await fixture.build();
} }