return promise
This commit is contained in:
parent
92b6b52c14
commit
338b6b2b40
|
|
@ -84,7 +84,7 @@ export function createPlugin(): TestRunnerPlugin {
|
||||||
},
|
},
|
||||||
|
|
||||||
runDevServer: async (config: FullConfigInternal) => {
|
runDevServer: async (config: FullConfigInternal) => {
|
||||||
await runDevServer(config);
|
return await runDevServer(config);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue