0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

wip: log dev server starting

This commit is contained in:
bholmesdev 2024-03-01 09:50:19 -05:00
parent 2255a1e54f
commit 3af98358df

View file

@ -17,6 +17,7 @@ describe('astro:db', () => {
let devServer;
before(async () => {
console.log('starting dev server');
devServer = await fixture.startDevServer();
});