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:
parent
2255a1e54f
commit
3af98358df
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ describe('astro:db', () => {
|
|||
let devServer;
|
||||
|
||||
before(async () => {
|
||||
console.log('starting dev server');
|
||||
devServer = await fixture.startDevServer();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue