Skip to content

Commit

Permalink
chore: log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Dec 19, 2023
1 parent db7ca18 commit 71bba24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/astro/test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ describe('astro cli', () => {
const proc = cli('dev', '--root', fileURLToPath(projectRootURL));
const { messages } = await parseCliDevStart(proc);

console.log({ messages })

expect(messages[0]).to.contain('astro');
expect(messages[0]).to.contain(pkgVersion);
expect(messages[0]).to.contain('ready in');
Expand Down

0 comments on commit 71bba24

Please sign in to comment.