0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
bluwy 2022-11-03 15:33:10 +00:00 committed by fredkbot
parent e3cddb433d
commit e7dc8b956d

View file

@ -74,10 +74,10 @@ export async function loadFixture(inlineConfig) {
// TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim
if (!inlineConfig?.server) {
inlineConfig.server = {
host: '127.0.0.1'
}
host: '127.0.0.1',
};
}
// load config
let cwd = inlineConfig.root;
delete inlineConfig.root;