return promise

This commit is contained in:
Simon Knott 2024-07-25 18:00:46 +02:00
parent 92b6b52c14
commit 338b6b2b40
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -84,7 +84,7 @@ export function createPlugin(): TestRunnerPlugin {
},
runDevServer: async (config: FullConfigInternal) => {
await runDevServer(config);
return await runDevServer(config);
}
};
}