Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 20, 2023
1 parent e83b509 commit 1f3d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('astro cli', () => {
const proc = cli('dev', '--root', fileURLToPath(projectRootURL));
const { messages } = await parseCliDevStart(proc);

const index = messages[0].includes("[vite]") ? 1 : 0
const index = messages[0].includes('[vite]') ? 1 : 0;

expect(messages[index]).to.contain('astro');
expect(messages[index]).to.contain(pkgVersion);
Expand Down

0 comments on commit 1f3d72b

Please sign in to comment.