[ci] format
This commit is contained in:
parent
e3cddb433d
commit
e7dc8b956d
1 changed files with 3 additions and 3 deletions
|
@ -74,10 +74,10 @@ export async function loadFixture(inlineConfig) {
|
||||||
// TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim
|
// TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim
|
||||||
if (!inlineConfig?.server) {
|
if (!inlineConfig?.server) {
|
||||||
inlineConfig.server = {
|
inlineConfig.server = {
|
||||||
host: '127.0.0.1'
|
host: '127.0.0.1',
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// load config
|
// load config
|
||||||
let cwd = inlineConfig.root;
|
let cwd = inlineConfig.root;
|
||||||
delete inlineConfig.root;
|
delete inlineConfig.root;
|
||||||
|
|
Loading…
Reference in a new issue